summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2018-07-18 23:52:30 +0200
committerKarolin Seeger <kseeger@samba.org>2018-08-13 12:56:34 +0200
commit3212bc7694cf8f683f436f129289671122cbf92f (patch)
tree828aa238f7323a5773202a09f12ab9efdd18e3e4 /source4/librpc
parent2fd61b0e8645a832aeb963b8f437f279f7eaa735 (diff)
downloadsamba-3212bc7694cf8f683f436f129289671122cbf92f.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> (cherry picked from commit ca000d8901e6acb8a7c59d26d4f75c9d92bafece)
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,