s3:libsmb: close the temporary IPC$ connection in cli_full_connection()
commitc5fbec5db03ecce53f4f15434de0b246cafffeff
authorStefan Metzmacher <metze@samba.org>
Wed, 11 Aug 2021 13:30:12 +0000 (11 15:30 +0200)
committerJule Anger <janger@samba.org>
Fri, 13 Aug 2021 08:16:44 +0000 (13 08:16 +0000)
tree129aca6e45f318176cada1b034f062d9a14cfb08
parent9d152be356dc4bf48943a45f22591ab017f0ca1b
s3:libsmb: close the temporary IPC$ connection in cli_full_connection()

We don't need the temporary IPC$ connection used for the
SMB1 UNIX CIFS extensions encryption setup anymore,
so we can also let the server close it.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Wed Aug 11 23:03:11 UTC 2021 on sn-devel-184

(cherry picked from commit 289b7a1595ab13a200cfb327604e4b9296fa81e0)

Autobuild-User(v4-15-test): Jule Anger <janger@samba.org>
Autobuild-Date(v4-15-test): Fri Aug 13 08:16:45 UTC 2021 on sn-devel-184
source3/libsmb/cliconnect.c