s3:libsmb: let get_ipc_connect() use CLI_FULL_CONNECTION_FORCE_SMB1
authorStefan Metzmacher <metze@samba.org>
Fri, 7 Jul 2017 22:57:59 +0000 (00:57 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 18 Aug 2017 23:41:24 +0000 (01:41 +0200)
commit0f9d10246071160dc736205af234ab0ca456d0dc
tree2a4f7b47fc889132af73ce37f4c3deeed884657f
parent79cfa2e55bf05bcde7ca0dba0f6794d6a815c831
s3:libsmb: let get_ipc_connect() use CLI_FULL_CONNECTION_FORCE_SMB1

get_ipc_connect() is only used in code paths that require cli_NetServerEnum()
to work, so it must already require SMB1 only.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/libsmb/cliconnect.c