r16907: Add an index parameter to torture_open_connection. Next step is to enable the
[ira/wip.git] / source4 / torture / basic / charset.c
index 016d6a8a5ede142a8cbebec7395103a251270ecb..44875c6b8fdd30d97b81664ff60ac4ebfbf6316e 100644 (file)
@@ -237,7 +237,7 @@ BOOL torture_charset(struct torture_context *torture)
 
        mem_ctx = talloc_init("torture_charset");
 
-       if (!torture_open_connection(&cli)) {
+       if (!torture_open_connection(&cli, 0)) {
                return False;
        }