]> git.pld-linux.org Git - packages/opencryptoki.git/blob - opencryptoki-format.patch
a96c1ef66fb9856b5066c9856c9608a9e9f2e738
[packages/opencryptoki.git] / opencryptoki-format.patch
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.05382 seconds and 2 git commands to generate.