INN commit: trunk/frontends (feedone.c)

INN Commit rra at isc.org
Tue Apr 19 19:38:23 UTC 2016


    Date: Tuesday, April 19, 2016 @ 12:38:23
  Author: iulius
Revision: 10006

feedone:  fix log output when exiting after an error

Modified:
  trunk/frontends/feedone.c

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

Modified: feedone.c
===================================================================
--- feedone.c	2016-04-13 20:00:04 UTC (rev 10005)
+++ feedone.c	2016-04-19 19:38:23 UTC (rev 10006)
@@ -28,7 +28,7 @@
     char	*text;
 {
     if (fgets(buff, size, FromServer) == NULL)
-        sysdie("s", text);
+        sysdie("%s", text);
     if (Tracing)
 	printf("S: %s", buff);
 }



More information about the inn-committers mailing list