Commit
bcd7444c57447983f571cbbe3ceed7d5558040e9 made this comment
incorrect, so remove it.
Signed-off-by: Martin Schwenke <mschwenke@ddn.com>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Martin Schwenke <martins@samba.org>
Autobuild-Date(master): Thu Jun 25 23:35:19 UTC 2026 on atb-devel-224
int ctdb_event_script(struct ctdb_context *ctdb, enum ctdb_event call)
{
- /* GCC complains about empty format string, so use %s and "". */
return ctdb_event_script_args(ctdb, call, NULL);
}