]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-daemon: Remove incorrect comment
authorMartin Schwenke <mschwenke@ddn.com>
Thu, 25 Jun 2026 07:35:27 +0000 (17:35 +1000)
committerMartin Schwenke <martins@samba.org>
Thu, 25 Jun 2026 23:35:19 +0000 (23:35 +0000)
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

ctdb/server/eventscript.c

index 9f895211614a20e7bc06db21d19bfe474edc5f4f..5f778664130badda63a3bd62bc0b4dc12dfa2c39 100644 (file)
@@ -834,7 +834,6 @@ int ctdb_event_script_args(struct ctdb_context *ctdb, enum ctdb_event call,
 
 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);
 }