s3:smbd: disconnect the all client connections if a ctdb public ip dropped
authorStefan Metzmacher <metze@samba.org>
Thu, 25 Jun 2020 13:59:42 +0000 (15:59 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 8 Jul 2020 15:54:41 +0000 (15:54 +0000)
commit79eaa196dc8549ac4676ac055543bf0bfa542264
tree7cb0488388a6d21a6218aeec8444295d46b98677
parentaf51b75c6118787ce8b4b1fcc8198ff15397788b
s3:smbd: disconnect the all client connections if a ctdb public ip dropped

For now we keep it simple and any disconnect on a connection that
used a ctdb public address, will disconnect all other remaining
connections.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11898

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
source3/smbd/globals.h
source3/smbd/process.c
source3/smbd/smb2_server.c