diff options
author | Michael Adam <obnox@samba.org> | 2012-02-26 01:43:50 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-02-28 00:08:53 +0100 |
commit | e9210987c6961a9fd81602d155604eb4dbe388fa (patch) | |
tree | 323c3c27aebfdc1c6c071330061272ddfe1787e3 /source4/librpc/rpc | |
parent | 681bca6768b8a054ac1178d1ff344c302dcd6846 (diff) | |
download | samba-e9210987c6961a9fd81602d155604eb4dbe388fa.tar.gz samba-e9210987c6961a9fd81602d155604eb4dbe388fa.tar.bz2 samba-e9210987c6961a9fd81602d155604eb4dbe388fa.zip |
s4:libcli:smb2: add a previous session argument to smb2_connect_send()
Diffstat (limited to 'source4/librpc/rpc')
-rw-r--r-- | source4/librpc/rpc/dcerpc_connect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/rpc/dcerpc_connect.c b/source4/librpc/rpc/dcerpc_connect.c index dc70736e3f..634e3f4ded 100644 --- a/source4/librpc/rpc/dcerpc_connect.c +++ b/source4/librpc/rpc/dcerpc_connect.c @@ -255,6 +255,7 @@ static struct composite_context *dcerpc_pipe_connect_ncacn_np_smb2_send( "IPC$", s->io.resolve_ctx, s->io.creds, + 0, /* previous_session_id */ &options, lpcfg_socket_options(lp_ctx), lpcfg_gensec_settings(mem_ctx, lp_ctx)); |