blob: 1de267f0838162c5a5effc7858a67e0563432f35 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001Index: ez-ipupdate-3.0.11b7/ez-ipupdate.c
2===================================================================
3--- ez-ipupdate-3.0.11b7.orig/ez-ipupdate.c
4+++ ez-ipupdate-3.0.11b7/ez-ipupdate.c
5@@ -798,7 +798,7 @@ void show_message(char *fmt, ...)
6 sprintf(buf, "message incomplete because your OS sucks: %s\n", fmt);
7 #endif
8
9- syslog(LOG_NOTICE, buf);
10+ syslog(LOG_NOTICE, "%s", buf);
11 }
12 else
13 {