mirror of
https://github.com/samba-team/samba.git
synced 2025-08-26 01:49:31 +03:00
remove an unused variable
(This used to be ctdb commit e07fdbaf12bbe84370bc47a1979fe198a06a6cc8)
This commit is contained in:
@ -1215,7 +1215,7 @@ create_merged_ip_list(struct ctdb_context *ctdb)
|
||||
*/
|
||||
int ctdb_takeover_run(struct ctdb_context *ctdb, struct ctdb_node_map *nodemap)
|
||||
{
|
||||
int i, num_healthy, retries, num_ips;
|
||||
int i, num_healthy, retries;
|
||||
struct ctdb_public_ip ip;
|
||||
struct ctdb_public_ipv4 ipv4;
|
||||
uint32_t mask, *nodes;
|
||||
|
Reference in New Issue
Block a user