1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

r10599: Use localhost again for now, until I trace where we are leaking name lookups.

Andrew Bartlett
(This used to be commit 23f834dd191c82b632333265a59b5e6d18d5426b)
This commit is contained in:
Andrew Bartlett 2005-09-29 00:48:48 +00:00 committed by Gerald (Jerry) Carter
parent f9fea8ba77
commit b0a5e91261

View File

@ -7,7 +7,7 @@ REALM=SAMBA.EXAMPLE.COM
PASSWORD=penguin
SRCDIR=`pwd`
ROOT=$USER
SERVER=localtest
SERVER=localhost
if test -z "$ROOT"; then
ROOT=$LOGNAME
fi