INN commit: branches/2.6/frontends (feedone.c)
INN Commit
rra at isc.org
Thu May 5 12:49:59 UTC 2016
Date: Thursday, May 5, 2016 @ 05:49:59
Author: iulius
Revision: 10022
feedone: fix log output when exiting after an error
Modified:
branches/2.6/frontends/feedone.c
-----------+
feedone.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: feedone.c
===================================================================
--- feedone.c 2016-05-05 12:48:21 UTC (rev 10021)
+++ feedone.c 2016-05-05 12:49:59 UTC (rev 10022)
@@ -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