From 614d7d0728179c5602a6e6db1f7a41c14090db09 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 2 Sep 2007 19:53:42 +0000 Subject: r24907: now that we support bindings without a transport just setup torture:binding even if we get an unc as parameter metze (This used to be commit 5af6d77c2143ba1b85cbea8f2d2028ebcff398da) --- source4/torture/smbtorture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4') diff --git a/source4/torture/smbtorture.c b/source4/torture/smbtorture.c index e629ded5c2..8cd449a9b2 100644 --- a/source4/torture/smbtorture.c +++ b/source4/torture/smbtorture.c @@ -637,6 +637,7 @@ int main(int argc,char *argv[]) } else { lp_set_cmdline("torture:host", host); lp_set_cmdline("torture:share", share); + lp_set_cmdline("torture:binding", host); } if (!strcmp(ui_ops_name, "simple")) { -- cgit