From 5fbe298b5ad781670715c63e248131498d73e7c6 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Mon, 31 Jul 2006 09:41:25 +0000 Subject: r17338: Add support for multiple shares test inspired by Samba 4 torture's --unclist option. Triggered by -b sharelist_file option. Based on Peter Samogyi's work. I'm not sure what concept for fstring replacement is currently in place though (talloc-ed strings? or it was for pstring only?) (This used to be commit c9f8fafad698c5bc75df86ee8b611104d3fb65bc) --- source3/torture/mangle_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture/mangle_test.c') diff --git a/source3/torture/mangle_test.c b/source3/torture/mangle_test.c index 9ce6afa038..1c9fba355a 100644 --- a/source3/torture/mangle_test.c +++ b/source3/torture/mangle_test.c @@ -167,7 +167,7 @@ BOOL torture_mangle(int dummy) printf("starting mangle test\n"); - if (!torture_open_connection(&cli)) { + if (!torture_open_connection(&cli, 0)) { return False; } -- cgit