ossp-pkg/lmtp2nntp/lmtp.c 1.11 -> 1.12
--- lmtp.c 2001/08/16 15:00:50 1.11
+++ lmtp.c 2001/08/21 07:40:41 1.12
@@ -142,7 +142,7 @@
lmtp_rc_t lmtp_readline(lmtp_t *lmtp, char *buf, size_t buflen)
{
/* read a line (characters until NL) from input stream */
- //FIXME RFC0821 4.2. SMTP REPLIES "Only the EXPN and HELP commands are expected to result in multiline replies in normal circumstances, however multiline replies are allowed for any command."
+ /*FIXME RFC0821 4.2. SMTP REPLIES "Only the EXPN and HELP commands are expected to result in multiline replies in normal circumstances, however multiline replies are allowed for any command." */
size_t n;
char c;
lmtp_readline_t *rl = &lmtp->rl;
|
|