INN commit: branches/2.5/nnrpd (nnrpd.c)
INN Commit
rra at isc.org
Sun Nov 15 09:15:09 UTC 2009
Date: Sunday, November 15, 2009 @ 01:15:09
Author: iulius
Revision: 8745
Do not close the connection upon receiving an NNTP command
containing only spaces!
Modified:
branches/2.5/nnrpd/nnrpd.c
---------+
nnrpd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: nnrpd.c
===================================================================
--- nnrpd.c 2009-11-15 09:14:47 UTC (rev 8744)
+++ nnrpd.c 2009-11-15 09:15:09 UTC (rev 8745)
@@ -1380,7 +1380,7 @@
if (r == RTeof)
break;
if (ac == 0)
- break;
+ continue;
/* Find command. */
for (cp = CMDtable; cp->Name; cp++)
More information about the inn-committers
mailing list