summaryrefslogtreecommitdiffstats
path: root/security/cyrus-sasl/files/patch-lib::common.c
blob: 1bc58a81c3d64b94b97176f4ae374710b0ac5032 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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;
 }
OpenPOWER on IntegriCloud