8dab11a002
With hat: portmgr Sponsored by: Absolight
11 lines
229 B
C
11 lines
229 B
C
--- ez-ipupdate.c.orig
|
|
+++ ez-ipupdate.c
|
|
@@ -798,7 +798,7 @@
|
|
sprintf(buf, "message incomplete because your OS sucks: %s\n", fmt);
|
|
#endif
|
|
|
|
- syslog(LOG_NOTICE, buf);
|
|
+ syslog(LOG_NOTICE, "%s", buf);
|
|
}
|
|
else
|
|
{
|