summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-23 09:01:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:07 -0500
commit9d6e923aab2036d6ce72e31aa4633d55b5991558 (patch)
tree6ac43ee304d491dd676220bda20f086c885ba8bc /source4/torture
parent0e9c55e70f7720d1c424867bd8054859847e84fa (diff)
downloadsamba-9d6e923aab2036d6ce72e31aa4633d55b5991558.tar.gz
samba-9d6e923aab2036d6ce72e31aa4633d55b5991558.tar.bz2
samba-9d6e923aab2036d6ce72e31aa4633d55b5991558.zip
r4938: allow the caller to supply an existing event_context if they want to
in smb_composite_connect_send(). This makes doing parallel calls much easier. (This used to be commit 442308970c123b9fb25615673049e1c1c234a0b9)
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/rpc/xplogin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/xplogin.c b/source4/torture/rpc/xplogin.c
index 8acf3c4eb7..25bda40da9 100644
--- a/source4/torture/rpc/xplogin.c
+++ b/source4/torture/rpc/xplogin.c
@@ -43,7 +43,7 @@ static NTSTATUS after_negprot(struct smbcli_transport **dst_transport,
struct smbcli_transport *transport;
NTSTATUS status;
- sock = smbcli_sock_init(NULL);
+ sock = smbcli_sock_init(NULL, NULL);
if (sock == NULL)
return NT_STATUS_NO_MEMORY;