INN commit: trunk/backends (innxmit.c)

INN Commit rra at isc.org
Sun Nov 8 20:00:44 UTC 2009


    Date: Sunday, November 8, 2009 @ 12:00:44
  Author: iulius
Revision: 8729

innxmit currently requires the message-ID after 501.

Modified:
  trunk/backends/innxmit.c

-----------+
 innxmit.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: innxmit.c
===================================================================
--- innxmit.c	2009-11-08 19:53:07 UTC (rev 8728)
+++ innxmit.c	2009-11-08 20:00:44 UTC (rev 8729)
@@ -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