INN commit: branches/2.4/nnrpd (commands.c)

INN Commit Russ_Allbery at isc.org
Sun Sep 7 10:31:34 UTC 2008


    Date: Sunday, September 7, 2008 @ 03:31:33
  Author: iulius
Revision: 8012

Missing an answer for AUTHINFO GENERIC:  the server did not send
a response when the pipe failed.

Modified:
  branches/2.4/nnrpd/commands.c

------------+
 commands.c |    2 ++
 1 file changed, 2 insertions(+)

Modified: commands.c
===================================================================
--- commands.c	2008-09-07 09:21:26 UTC (rev 8011)
+++ commands.c	2008-09-07 10:31:33 UTC (rev 8012)
@@ -81,6 +81,8 @@
 
     /* Create a pipe. */
     if (pipe(pan) < 0) {
+        Reply("%d Can't pipe %s\r\n", NNTP_TEMPERR_VAL,
+              strerror(errno));
 	syslog(L_FATAL, "cant pipe for %s %m", av[0]);
 	return -1;
     }



More information about the inn-committers mailing list