summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/util.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-04-16 23:06:27 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-04-16 23:06:27 +0200
commit4b9c7df9b7465a360e7a528a116ed3740447b7be (patch)
treec5b0cc64e340777511ecac569b793ef24b8615b1 /source4/torture/smb2/util.c
parenta195cd9d8f3d0c0185fbf82388bd1efaa63e7bd5 (diff)
downloadsamba-4b9c7df9b7465a360e7a528a116ed3740447b7be.tar.gz
samba-4b9c7df9b7465a360e7a528a116ed3740447b7be.tar.bz2
samba-4b9c7df9b7465a360e7a528a116ed3740447b7be.zip
Avoid event_find_context when a event context is already available.
(This used to be commit 4ca264679ecfd938c538a93f4efff1bfa23c3744)
Diffstat (limited to 'source4/torture/smb2/util.c')
-rw-r--r--source4/torture/smb2/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smb2/util.c b/source4/torture/smb2/util.c
index f85b1c42ff..6ac3926c98 100644
--- a/source4/torture/smb2/util.c
+++ b/source4/torture/smb2/util.c
@@ -314,7 +314,7 @@ bool torture_smb2_connection(struct torture_context *tctx, struct smb2_tree **tr
status = smb2_connect(tctx, host, share,
lp_resolve_context(tctx->lp_ctx),
credentials, tree,
- event_context_find(tctx));
+ tctx->ev);
if (!NT_STATUS_IS_OK(status)) {
printf("Failed to connect to SMB2 share \\\\%s\\%s - %s\n",
host, share, nt_errstr(status));