]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
send the right sort of message on monitoring failure
authorAndrew Tridgell <tridge@samba.org>
Wed, 6 Jun 2007 01:12:45 +0000 (11:12 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 6 Jun 2007 01:12:45 +0000 (11:12 +1000)
(This used to be ctdb commit 9db537d9b11d48a36346db721ed8936ff5ecacb2)

ctdb/common/ctdb_monitor.c

index ffbb4821d3d7b6d31a6c7466666822426439ec57..2723b09d24ae9daa08f0c88d048656f855651c87 100644 (file)
@@ -122,7 +122,7 @@ static void ctdb_health_callback(struct ctdb_context *ctdb, int status, void *p)
        data.dsize = sizeof(c);
 
        /* tell the recmaster that something has changed */
-       ctdb_send_message(ctdb, ctdb->recovery_master, CTDB_SRVID_NODE_FLAGS_CHANGED, data);
+       ctdb_daemon_send_message(ctdb, ctdb->recovery_master, CTDB_SRVID_NODE_FLAGS_CHANGED, data);
 }