diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-07-10 08:00:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:09:58 -0500 |
commit | b7c5bc522b286e8e478b6f74a68bc68829e64c3c (patch) | |
tree | 9a98f20f035f906be11697a1e8cc37248f15142d /source4/torture/raw/read.c | |
parent | 56bb8f40623be28f385ff5bb8d39ab0a4f657de5 (diff) | |
download | samba-b7c5bc522b286e8e478b6f74a68bc68829e64c3c.tar.gz samba-b7c5bc522b286e8e478b6f74a68bc68829e64c3c.tar.xz samba-b7c5bc522b286e8e478b6f74a68bc68829e64c3c.zip |
r16907: Add an index parameter to torture_open_connection. Next step is to enable the
unclist parameter for all tests that do two connections, to enable cluster
testing.
Volker
(This used to be commit a5d6db09244d444986f8fded3fc6e72c74c8ca1f)
Diffstat (limited to 'source4/torture/raw/read.c')
-rw-r--r-- | source4/torture/raw/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/raw/read.c b/source4/torture/raw/read.c index 81955ecafac..1e73259dec1 100644 --- a/source4/torture/raw/read.c +++ b/source4/torture/raw/read.c @@ -879,7 +879,7 @@ BOOL torture_raw_read(struct torture_context *torture) BOOL ret = True; TALLOC_CTX *mem_ctx; - if (!torture_open_connection(&cli)) { + if (!torture_open_connection(&cli, 0)) { return False; } |