r16907: Add an index parameter to torture_open_connection. Next step is to enable the
[gd/samba-autobuild/.git] / source4 / torture / basic / dir.c
index 7e6f200ea47333cb5aee7871f43673edc1de8d79..01d25e5d4a51c372d11ed3698e51df1fe8d78ea2 100644 (file)
@@ -45,7 +45,7 @@ BOOL torture_dirtest1(struct torture_context *torture)
 
        printf("starting dirtest1\n");
 
-       if (!torture_open_connection(&cli)) {
+       if (!torture_open_connection(&cli, 0)) {
                return False;
        }
 
@@ -99,7 +99,7 @@ BOOL torture_dirtest2(struct torture_context *torture)
 
        printf("starting dirtest2\n");
 
-       if (!torture_open_connection(&cli)) {
+       if (!torture_open_connection(&cli, 0)) {
                return False;
        }