diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-10-02 15:55:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:07:42 -0500 |
commit | 9f5b6c82d08838dd419b472bc15648f7f0fcad20 (patch) | |
tree | 753343773b672f1fc9d817c903ae6ebfa7158012 /source4/selftest/env | |
parent | 37d63aab72b1e40577d61a87eab214601eaf82d2 (diff) | |
download | samba-9f5b6c82d08838dd419b472bc15648f7f0fcad20.tar.gz samba-9f5b6c82d08838dd419b472bc15648f7f0fcad20.tar.bz2 samba-9f5b6c82d08838dd419b472bc15648f7f0fcad20.zip |
r25467: use uppercase netbios name for samba3.
metze
(This used to be commit fcd81f8c022eb6986d682600ca46519cc2034ab7)
Diffstat (limited to 'source4/selftest/env')
-rw-r--r-- | source4/selftest/env/Samba3.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/env/Samba3.pm b/source4/selftest/env/Samba3.pm index f097b7a69f..6401f98e44 100644 --- a/source4/selftest/env/Samba3.pm +++ b/source4/selftest/env/Samba3.pm @@ -244,7 +244,7 @@ sub provision($$$) ## my %ret = (); - my $server = "localhost2"; + my $server = "LOCALHOST2"; my $server_ip = "127.0.0.2"; my $domain = "SAMBA-TEST"; |