1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

torture: 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:
Amitay Isaacs 2016-08-08 17:59:08 +10:00 committed by Jeremy Allison
parent c1a791e17c
commit b077969a72

View File

@ -32,6 +32,9 @@
struct torture_context *tctx_static;
static void dlz_bind9_log_wrapper(int level, const char *fmt, ...)
PRINTF_ATTRIBUTE(2,3);
static void dlz_bind9_log_wrapper(int level, const char *fmt, ...)
{
va_list ap;