mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
ctdb-daemon: 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 d682ee99810caac489c20d8b673ff4b12a17d75f)
This commit is contained in:
parent
0d981962b6
commit
38f2415f0c
@ -601,7 +601,7 @@ int ctdb_control_getnodesfile(struct ctdb_context *ctdb, uint32_t opcode,
|
||||
void ctdb_shutdown_sequence(struct ctdb_context *ctdb, int exit_code);
|
||||
|
||||
int switch_from_server_to_client(struct ctdb_context *ctdb,
|
||||
const char *fmt, ...);
|
||||
const char *fmt, ...) PRINTF_ATTRIBUTE(2,3);
|
||||
|
||||
/* From server/ctdb_fork.c */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user