]> git.pld-linux.org Git - packages/opencryptoki.git/blame - opencryptoki-format.patch
- more notes on Corrent
[packages/opencryptoki.git] / opencryptoki-format.patch
CommitLineData
56396f3b
JB
1--- opencryptoki/usr/sbin/pkcsslotd/log.c.orig 2013-07-15 19:25:41.000000000 +0200
2+++ opencryptoki/usr/sbin/pkcsslotd/log.c 2013-12-30 23:09:12.875369087 +0100
3@@ -823,7 +823,7 @@
4
5 /* Always log to syslog, if we're using it */
6 if ( pInfo->UseSyslog ) {
7- syslog(pInfo->LogLevel, Buffer);
8+ syslog(pInfo->LogLevel, "%s", Buffer);
9 }
10
11 return TRUE;
This page took 0.063119 seconds and 4 git commands to generate.