summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2018-07-18 23:52:30 +0200
committerAlexander Bokovoy <ab@samba.org>2018-07-24 06:55:23 +0200
commitca000d8901e6acb8a7c59d26d4f75c9d92bafece (patch)
treeec95af18d92597c780f67aa9417c67e5c318d339 /source4/librpc
parentf20e607c15b4c8ae56ade5d7e68d832542a2cd5e (diff)
downloadsamba-ca000d8901e6acb8a7c59d26d4f75c9d92bafece.tar.gz
s4:libcli: add fallback_to_anonymous to smb2_connect_send()
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>
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/rpc/dcerpc_connect.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/rpc/dcerpc_connect.c b/source4/librpc/rpc/dcerpc_connect.c
index a3f25efc0b4..d31bbe152e3 100644
--- a/source4/librpc/rpc/dcerpc_connect.c
+++ b/source4/librpc/rpc/dcerpc_connect.c
@@ -301,6 +301,7 @@ static struct composite_context *dcerpc_pipe_connect_ncacn_np_smb2_send(
"IPC$",
s->io.resolve_ctx,
s->io.creds,
+ false, /* fallback_to_anonymous */
NULL, /* existing_conn */
0, /* previous_session_id */
&options,