diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-09-02 19:53:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:03:35 -0500 |
commit | 614d7d0728179c5602a6e6db1f7a41c14090db09 (patch) | |
tree | 688ca188c316b369c0bdde6e59a3541522c2b860 /source4/torture | |
parent | 062b2d4764f60119718b5c601251ce91a8ec71a6 (diff) | |
download | samba-614d7d0728179c5602a6e6db1f7a41c14090db09.tar.gz samba-614d7d0728179c5602a6e6db1f7a41c14090db09.tar.bz2 samba-614d7d0728179c5602a6e6db1f7a41c14090db09.zip |
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)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/smbtorture.c | 1 |
1 files changed, 1 insertions, 0 deletions
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")) { |