r24907: now that we support bindings without a transport
authorStefan Metzmacher <metze@samba.org>
Sun, 2 Sep 2007 19:53:42 +0000 (19:53 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:03:35 +0000 (15:03 -0500)
just setup torture:binding even if we get an unc
as parameter

metze
(This used to be commit 5af6d77c2143ba1b85cbea8f2d2028ebcff398da)

source4/torture/smbtorture.c

index e629ded5c2eccf370811bac84b119f5a511bf425..8cd449a9b2a884932aee37995a6468e8acc9e1a4 100644 (file)
@@ -637,6 +637,7 @@ int main(int argc,char *argv[])
        } else {
                lp_set_cmdline("torture:host", host);
                lp_set_cmdline("torture:share", share);
        } 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")) {
        }
 
        if (!strcmp(ui_ops_name, "simple")) {