1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

send the message from daemon context

(This used to be ctdb commit 3bd7d1ebd5fc47f31caa654b5935a3cd05fb6882)
This commit is contained in:
Andrew Tridgell 2007-05-26 00:21:07 +10:00
parent 9e61a5bd77
commit 750ae1a35b

View File

@ -129,8 +129,7 @@ int32_t ctdb_control_release_ip(struct ctdb_context *ctdb, TDB_DATA indata)
data.dptr = (uint8_t *)ip;
data.dsize = strlen(ip)+1;
ctdb_send_message(ctdb, ctdb->vnn, CTDB_SRVID_RELEASE_IP, data);
ctdb_daemon_send_message(ctdb, ctdb->vnn, CTDB_SRVID_RELEASE_IP, data);
return 0;
}