1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

50.samba : Tell winbind about every time we add/remove and ip from the node

CQ S1021636

(This used to be ctdb commit 87b279027616cffbcedfd534ac0032cd51238dfe)
This commit is contained in:
Ronnie Sahlberg 2011-02-18 10:44:55 +11:00
parent 65f44e159f
commit a453e79050

View File

@ -270,6 +270,13 @@ case "$1" in
}
;;
takeip|releaseip)
iface=$2
ip=$3
maskbits=$4
smbcontrol winbindd ip-dropped $ip >/dev/null 2>/dev/null
;;
*)
ctdb_standard_event_handler "$@"
;;