s3: libsmb: Make cli_close_send()/cli_close_recv() work for SMB1 and SMB2.
authorJeremy Allison <jra@samba.org>
Mon, 27 Nov 2017 22:38:49 +0000 (14:38 -0800)
committerRalph Boehme <slow@samba.org>
Wed, 6 Dec 2017 14:02:16 +0000 (15:02 +0100)
commit1b6e8e52f0a5beb4eb0da0a8d6483dd7914010e1
tree7751c3a320a232e79fcd096f9813fd9872bf459d
parentf29b59239e59c6c9bc3bd8971b3251c6b3b33cba
s3: libsmb: Make cli_close_send()/cli_close_recv() work for SMB1 and SMB2.

Remove the escape into synchronous smb2 code.

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

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