ossp-pkg/lmtp2nntp/nntp.c 1.10 -> 1.11
--- nntp.c 2001/08/23 07:50:42 1.10
+++ nntp.c 2001/08/23 07:52:25 1.11
@@ -430,6 +430,7 @@
else if (rc == NNTP_ERR_OVERFLOW) str = "NNTP: buffer overflow";
else if (rc == NNTP_ERR_POST ) str = "NNTP: cannot post message";
else if (rc == NNTP_ERR_INIT ) str = "NNTP: initialization failed";
+ else if (rc == NNTP_ERR_UNKNOWN ) str = "NNTP: unknown error";
return str;
}
|
|