INN commit: branches/2.5/nnrpd (nnrpd.c)

INN Commit rra at isc.org
Mon Sep 7 08:15:27 UTC 2009


    Date: Monday, September 7, 2009 @ 01:15:27
  Author: iulius
Revision: 8614

Do not send 205 on exit when the client does not send QUIT.

Modified:
  branches/2.5/nnrpd/nnrpd.c

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

Modified: nnrpd.c
===================================================================
--- nnrpd.c	2009-09-07 08:14:53 UTC (rev 8613)
+++ nnrpd.c	2009-09-07 08:15:27 UTC (rev 8614)
@@ -1434,7 +1434,7 @@
 	    clienttimeout = innconf->clienttimeout;
     }
 
-    CMDquit(ac, av);
+    ExitWithStats(0, false);
 
     /* NOTREACHED */
     return 1;




More information about the inn-committers mailing list