Skip to content

Commit

Permalink
torture: Fix format-nonliteral warning
Browse files Browse the repository at this point in the history
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12168

Signed-off-by: Amitay Isaacs <[email protected]>
Reviewed-by: Andreas Schneider <[email protected]>
Reviewed-by: Jeremy Allison <[email protected]>
  • Loading branch information
amitay authored and jrasamba committed Aug 23, 2016
1 parent c1a791e commit b077969
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source4/torture/dns/dlz_bind9.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b077969

Please sign in to comment.