s4:libcli: allow passing an already negotiated connection to smb_composite_connect()
authorStefan Metzmacher <metze@samba.org>
Wed, 18 Jul 2018 13:34:55 +0000 (15:34 +0200)
committerAlexander Bokovoy <ab@samba.org>
Tue, 24 Jul 2018 04:55:23 +0000 (06:55 +0200)
commit2b68f9b8b0dd944fa89b9e0037886ddd4fb4e5f9
tree5d1e2e440870efba7777d7a3dd3b9800b0999ccd
parent87d73397f9a9dee8fa0055a2ff08244b2c85e120
s4:libcli: allow passing an already negotiated connection to smb_composite_connect()

It will just do the session setup and tree connect steps.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
source4/libcli/raw/clitree.c
source4/libcli/smb_composite/connect.c
source4/libcli/smb_composite/smb_composite.h
source4/ntvfs/cifs/vfs_cifs.c