summaryrefslogtreecommitdiff
path: root/source4/torture/util_smb.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-04-14 19:32:42 +0200
committerAndrew Bartlett <abartlet@samba.org>2008-04-14 19:32:42 +0200
commit68a2c547d00d7a8d0c15744172489d9d010c31a3 (patch)
tree54313b0dc50014015d680121fa750a5d4777c7a4 /source4/torture/util_smb.c
parent2cdfaedee203a726bddfb46fb10d9604de32a05f (diff)
parent4f51b0246db3242ee02ee16905cba13a5dc5633a (diff)
downloadsamba-68a2c547d00d7a8d0c15744172489d9d010c31a3.tar.gz
samba-68a2c547d00d7a8d0c15744172489d9d010c31a3.tar.bz2
samba-68a2c547d00d7a8d0c15744172489d9d010c31a3.zip
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
(This used to be commit 0f0c8519b87481e3473a469cefd51c76b4a7632e)
Diffstat (limited to 'source4/torture/util_smb.c')
-rw-r--r--source4/torture/util_smb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/torture/util_smb.c b/source4/torture/util_smb.c
index 513070500e..c1a20094f3 100644
--- a/source4/torture/util_smb.c
+++ b/source4/torture/util_smb.c
@@ -553,8 +553,7 @@ _PUBLIC_ bool torture_open_connection_ev(struct smbcli_state **c,
_PUBLIC_ bool torture_open_connection(struct smbcli_state **c, struct torture_context *tctx, int conn_index)
{
- return torture_open_connection_ev(c, conn_index, tctx,
- cli_credentials_get_event_context(cmdline_credentials));
+ return torture_open_connection_ev(c, conn_index, tctx, tctx->ev);
}