mirror of
https://github.com/samba-team/samba.git
synced 2025-02-22 05:57:43 +03:00
tdb: Fix format-nonliteral warning
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12168 Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
5fb54d4d81
commit
b891feaf2b
@ -51,6 +51,9 @@ static int traverse_fn(TDB_CONTEXT *tdb, TDB_DATA key, TDB_DATA dbuf, void *stat
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void log_stderr(struct tdb_context *tdb, enum tdb_debug_level level,
|
||||
const char *fmt, ...) PRINTF_ATTRIBUTE(3,4);
|
||||
|
||||
static void log_stderr(struct tdb_context *tdb, enum tdb_debug_level level,
|
||||
const char *fmt, ...)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user