svn commit: samba r24907 - in branches/SAMBA_4_0/source/torture: .

metze at samba.org metze at samba.org
Sun Sep 2 19:53:43 GMT 2007


Author: metze
Date: 2007-09-02 19:53:42 +0000 (Sun, 02 Sep 2007)
New Revision: 24907

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24907

Log:
now that we support bindings without a transport
just setup torture:binding even if we get an unc
as parameter

metze
Modified:
   branches/SAMBA_4_0/source/torture/smbtorture.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/smbtorture.c
===================================================================
--- branches/SAMBA_4_0/source/torture/smbtorture.c	2007-09-02 18:57:50 UTC (rev 24906)
+++ branches/SAMBA_4_0/source/torture/smbtorture.c	2007-09-02 19:53:42 UTC (rev 24907)
@@ -637,6 +637,7 @@
 	} 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")) {



More information about the samba-cvs mailing list