diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-06-20 04:27:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:35 -0500 |
commit | 6b4f3e17f0e62499e630b8822c807d692b424c23 (patch) | |
tree | 27be55775d0de603c68c2ba6c9530146e8dcb953 /source4 | |
parent | 48e731000ca61b6799a42fdb39b92797ca1508ee (diff) | |
download | samba-6b4f3e17f0e62499e630b8822c807d692b424c23.tar.gz samba-6b4f3e17f0e62499e630b8822c807d692b424c23.tar.bz2 samba-6b4f3e17f0e62499e630b8822c807d692b424c23.zip |
r7775: solaris uses 'lo0' for loopback network, so by using lo* we should cover both
(This used to be commit 1a80ac6aa84ea547a64557f879a47556f477432d)
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/script/tests/selftest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh index ca38eee320..556eb704a7 100755 --- a/source4/script/tests/selftest.sh +++ b/source4/script/tests/selftest.sh @@ -58,7 +58,7 @@ cat >$CONFFILE<<EOF lock dir = $LOCKDIR sam database = tdb://$PRIVATEDIR/sam.ldb name resolve order = bcast - interfaces = lo + interfaces = lo* [tmp] path = $TMPDIR |