]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3/notifyd.c: Rename CTDB_BROADCAST_VNNMAP to CTDB_BROADCAST_ACTIVE.
authorKarolin Seeger <kseeger@samba.org>
Fri, 6 Jul 2018 10:38:02 +0000 (12:38 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 9 Jul 2018 15:29:44 +0000 (17:29 +0200)
This fixes the build. Was introduced by a fix for
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13499.

Signed-off-by: Karolin Seeger <kseeger@samba.org>
Autobuild-User(v4-7-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-7-test): Mon Jul  9 17:29:44 CEST 2018 on sn-devel-144

source3/smbd/notifyd/notifyd.c

index caf894e956e8f8b3954497645712c2b8c4533e64..693b924f2dc2948a72296434adf498809b88e862 100644 (file)
@@ -81,7 +81,7 @@ struct notifyd_state {
         * broadcasts its messaging_reclog to every other notifyd in
         * the cluster. This is done by making ctdb send a message to
         * srvid CTDB_SRVID_SAMBA_NOTIFY_PROXY with destination node
-        * number CTDB_BROADCAST_VNNMAP. Everybody in the cluster who
+        * number CTDB_BROADCAST_ACTIVE. Everybody in the cluster who
         * had called register_with_ctdbd this srvid will receive the
         * broadcasts.
         *
@@ -998,7 +998,7 @@ static void notifyd_broadcast_reclog(struct ctdbd_connection *ctdbd_conn,
                                  .iov_len = blob.length };
 
        ret = ctdbd_messaging_send_iov(
-               ctdbd_conn, CTDB_BROADCAST_VNNMAP,
+               ctdbd_conn, CTDB_BROADCAST_ACTIVE,
                CTDB_SRVID_SAMBA_NOTIFY_PROXY, iov, ARRAY_SIZE(iov));
        TALLOC_FREE(blob.data);
        if (ret != 0) {