smbd: In conn_force_tdis_done() when forcing a connection closed force a full reload...
authorJeremy Allison <jra@samba.org>
Wed, 27 Jan 2021 05:29:58 +0000 (21:29 -0800)
committerRalph Boehme <slow@samba.org>
Thu, 28 Jan 2021 07:03:30 +0000 (07:03 +0000)
commite4c8cd0781aef2a29bb4db1314c9fcd4f6edcecd
tree42ceb4764aaa67e24418242ec8e12c147ec299fb
parent1e47c04aade72934a832359fce0e11d328255a25
smbd: In conn_force_tdis_done() when forcing a connection closed force a full reload of services.

Prevents reload_services() caching the fact it might be
called multiple times in a row.

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

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/conn_idle.c