INN commit: trunk/nnrpd (nnrpd.c)
INN Commit
rra at isc.org
Sat Oct 17 20:53:19 UTC 2009
Date: Saturday, October 17, 2009 @ 13:53:18
Author: iulius
Revision: 8669
Do not close the connection upon receiving an NNTP command
containing only spaces!
Modified:
trunk/nnrpd/nnrpd.c
---------+
nnrpd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: nnrpd.c
===================================================================
--- nnrpd.c 2009-10-17 13:50:26 UTC (rev 8668)
+++ nnrpd.c 2009-10-17 20:53:18 UTC (rev 8669)
@@ -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