r16907: Add an index parameter to torture_open_connection. Next step is to enable the
[nivanova/samba-autobuild/.git] / source4 / torture / raw / seek.c
index dddba15c0e5532ceacf590cac0a4b302b0545ecc..dba08f71d56a3e6c3a9bf729994af40866b6df24 100644 (file)
@@ -240,7 +240,7 @@ BOOL torture_raw_seek(struct torture_context *torture)
        BOOL ret = True;
        TALLOC_CTX *mem_ctx;
 
-       if (!torture_open_connection(&cli)) {
+       if (!torture_open_connection(&cli, 0)) {
                return False;
        }