mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
ctdb-common: Fix format-nonliteral warning
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12137 Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Uri Simchoni <uri@samba.org> (cherry picked from commit b201859372189b6e7d57e078a813861a1533aaf4)
This commit is contained in:
parent
ca7fa0c854
commit
0d981962b6
@ -76,7 +76,8 @@ int ctdb_fetch_with_header_func(struct ctdb_call_info *call);
|
||||
|
||||
const char *ctdb_errstr(struct ctdb_context *ctdb);
|
||||
|
||||
void ctdb_set_error(struct ctdb_context *ctdb, const char *fmt, ...);
|
||||
void ctdb_set_error(struct ctdb_context *ctdb, const char *fmt, ...)
|
||||
PRINTF_ATTRIBUTE(2,3);
|
||||
|
||||
void ctdb_fatal(struct ctdb_context *ctdb, const char *msg);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user