INN commit: trunk/nnrpd (nnrpd.c)

INN Commit rra at isc.org
Wed Sep 2 17:26:40 UTC 2009


    Date: Wednesday, September 2, 2009 @ 10:26:40
  Author: iulius
Revision: 8600

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

Modified:
  trunk/nnrpd/nnrpd.c

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

Modified: nnrpd.c
===================================================================
--- nnrpd.c	2009-08-29 08:34:46 UTC (rev 8599)
+++ nnrpd.c	2009-09-02 17:26:40 UTC (rev 8600)
@@ -1434,7 +1434,7 @@
 	    clienttimeout = innconf->clienttimeout;
     }
 
-    CMDquit(ac, av);
+    ExitWithStats(0, false);
 
     /* NOTREACHED */
     return 1;




More information about the inn-committers mailing list