freebsd-ports/security/cyrus-sasl/files/patch-lib::common.c
David W. Chapman Jr. 73358a5ab0 Fix formatting string bug
Remove old MASTER_SITE

PR:		32555
Submitted by:	alx@cii.sumy.ua
Approved by:	maintainer
2001-12-09 03:07:36 +00:00

11 lines
317 B
C

--- lib/common.c.orig Thu Dec 6 18:34:09 2001
+++ lib/common.c Thu Dec 6 18:34:24 2001
@@ -596,7 +596,7 @@
}
/* do the syslog call. do not need to call openlog */
- syslog(syslog_priority | LOG_AUTH, message);
+ syslog(syslog_priority | LOG_AUTH, "%s", message);
return SASL_OK;
}