]> git.pld-linux.org Git - packages/samba.git/blame_incremental - format-security.patch
- handle libsmbconf.so.0 transition from library file to soname symlink
[packages/samba.git] / format-security.patch
... / ...
CommitLineData
1--- samba-4.15.5/lib/util/debug.c~ 2021-12-08 15:35:56.000000000 +0100
2+++ samba-4.15.5/lib/util/debug.c 2022-02-13 18:13:26.956292670 +0100
3@@ -282,7 +282,7 @@
4 static void debug_lttng_log(int msg_level,
5 const char *msg, const char *msg_no_nl)
6 {
7- tracef(msg_no_nl);
8+ tracef("%s", msg_no_nl);
9 }
10 #endif /* WITH_LTTNG_TRACEF */
11
This page took 0.074141 seconds and 4 git commands to generate.