mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
5b7bb6056b
As do the functions called below it. They no longer need a CTDB context. create_merged_ip_list() now takes both a CTDB context and an ipalloc_state. Drop ipalloc_state from CTDB context. So the substitution in the code is: ctdb->ipalloc_state -> ipalloc_state Tweak the test code to match. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>