r16907: Add an index parameter to torture_open_connection. Next step is to enable the
[sfrench/samba-autobuild/.git] / source4 / torture / basic / utable.c
index 7a2b3874e01dc39a72165111bff022cec94275b1..8e13babd0a92b07db27a9ffa28aa92a07b45fce1 100644 (file)
@@ -41,7 +41,7 @@ BOOL torture_utable(struct torture_context *torture)
 
        printf("Generating valid character table\n");
 
-       if (!torture_open_connection(&cli)) {
+       if (!torture_open_connection(&cli, 0)) {
                return False;
        }
 
@@ -131,7 +131,7 @@ BOOL torture_casetable(struct torture_context *torture)
        codepoint_t equiv[0x10000][MAX_EQUIVALENCE];
        printf("starting casetable\n");
 
-       if (!torture_open_connection(&cli)) {
+       if (!torture_open_connection(&cli, 0)) {
                return False;
        }