mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
Make create_merged_ip_list() a static function since
it is not called from outside of ctdb_takeover.c (This used to be ctdb commit 880896a27adfdd5173b2810b6b2f3889802046f0)
This commit is contained in:
parent
79fac9771d
commit
c3c7aa934f
@ -1158,7 +1158,7 @@ void getips_count_callback(void *param, void *data)
|
||||
*ip_list = new_ip;
|
||||
}
|
||||
|
||||
struct ctdb_public_ip_list *
|
||||
static struct ctdb_public_ip_list *
|
||||
create_merged_ip_list(struct ctdb_context *ctdb)
|
||||
{
|
||||
int i, j;
|
||||
|
Loading…
Reference in New Issue
Block a user