INN commit: branches/2.5/backends (innxmit.c)
INN Commit
rra at isc.org
Sun Nov 15 09:29:07 UTC 2009
Date: Sunday, November 15, 2009 @ 01:29:06
Author: iulius
Revision: 8799
innxmit currently requires the message-ID after 501.
Modified:
branches/2.5/backends/innxmit.c
-----------+
innxmit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: innxmit.c
===================================================================
--- innxmit.c 2009-11-15 09:28:57 UTC (rev 8798)
+++ innxmit.c 2009-11-15 09:29:06 UTC (rev 8799)
@@ -820,7 +820,7 @@
switch (resp) { /* first time is to verify it */
case NNTP_ERR_SYNTAX:
/* Nothing we can check here. */
- break;
+ /* FALLTHROUGH (and hope the message-ID is given after 501). */
case NNTP_FAIL_CHECK_REFUSE:
case NNTP_OK_CHECK:
case NNTP_OK_TAKETHIS:
More information about the inn-committers
mailing list