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)
committerKarolin Seeger <kseeger@samba.org>
Fri, 26 Feb 2021 08:50:23 +0000 (08:50 +0000)
commit331e4d8363fee023b9ac56137e48592a9e1323d7
tree15da9b9c5c8c61001c9f15e3b1e2626a07e31ac8
parent55400f080001bcfbcf00c29932e2f01a629e0cdf
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>
(cherry picked from commit e4c8cd0781aef2a29bb4db1314c9fcd4f6edcecd)

Autobuild-User(v4-13-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-13-test): Fri Feb 26 08:50:23 UTC 2021 on sn-devel-184
source3/smbd/conn_idle.c