summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ctdb/tools/ctdb.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/ctdb/tools/ctdb.c b/ctdb/tools/ctdb.c
index d09cd039126..9f2abf28f55 100644
--- a/ctdb/tools/ctdb.c
+++ b/ctdb/tools/ctdb.c
@@ -1581,15 +1581,6 @@ static int move_ip(struct ctdb_context *ctdb, ctdb_sock_addr *addr, uint32_t pnn
return -1;
}
- /* update the recovery daemon so it now knows to expect the new
- node assignment for this ip.
- */
- ret = ctdb_client_send_message(ctdb, CTDB_BROADCAST_CONNECTED, CTDB_SRVID_RECD_UPDATE_IP, data);
- if (ret != 0) {
- DEBUG(DEBUG_ERR,("Failed to send message to update the ip on the recovery master.\n"));
- return -1;
- }
-
talloc_free(tmp_ctx);
return 0;
}