]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-daemon: Fix a comment
authorMartin Schwenke <mschwenke@ddn.com>
Thu, 25 Jul 2024 03:41:35 +0000 (13:41 +1000)
committerAnoop C S <anoopcs@samba.org>
Tue, 8 Oct 2024 05:34:30 +0000 (05:34 +0000)
The word "no" was accidentally dropped in commit
1e47a1b3f6ab1e2ad9d86dfb28c3e086c99a97e5.

Signed-off-by: Martin Schwenke <mschwenke@ddn.com>
Reviewed-by: Anoop C S <anoopcs@samba.org>
ctdb/server/ctdb_takeover.c

index 361c3212c985dc0d137806bb69ee60ff0ac8ba2c..e55d9df4769c0a6e0653349554589e55bd8a6a65 100644 (file)
@@ -77,7 +77,7 @@ struct ctdb_vnn {
 
        /*
         * The node number that is serving this public address - set
-        * to CTDB_UNKNOWN_PNN if node is serving it
+        * to CTDB_UNKNOWN_PNN if no node is serving it
         */
        uint32_t pnn;