svn commit: samba r25467 - in branches/SAMBA_4_0/source/selftest/env: .

metze at samba.org metze at samba.org
Tue Oct 2 15:55:34 GMT 2007


Author: metze
Date: 2007-10-02 15:55:34 +0000 (Tue, 02 Oct 2007)
New Revision: 25467

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

Log:
use uppercase netbios name for samba3.

metze
Modified:
   branches/SAMBA_4_0/source/selftest/env/Samba3.pm


Changeset:
Modified: branches/SAMBA_4_0/source/selftest/env/Samba3.pm
===================================================================
--- branches/SAMBA_4_0/source/selftest/env/Samba3.pm	2007-10-02 15:54:26 UTC (rev 25466)
+++ branches/SAMBA_4_0/source/selftest/env/Samba3.pm	2007-10-02 15:55:34 UTC (rev 25467)
@@ -244,7 +244,7 @@
 	##
 
 	my %ret = ();
-	my $server = "localhost2";
+	my $server = "LOCALHOST2";
 	my $server_ip = "127.0.0.2";
 	my $domain = "SAMBA-TEST";
 



More information about the samba-cvs mailing list