summaryrefslogtreecommitdiff
path: root/samba-common.dhcp
diff options
context:
space:
mode:
authorvorlon <vorlon@alioth.debian.org>2003-03-01 23:57:21 +0000
committervorlon <vorlon@alioth.debian.org>2003-03-01 23:57:21 +0000
commitbeef90069901802de61350faae7e1c5972fcabdb (patch)
tree372004272ae1d5e3971137110ad5854b7628991a /samba-common.dhcp
parent34da0213ab13f56d4e22970392f32b9237b101e5 (diff)
downloadsamba-beef90069901802de61350faae7e1c5972fcabdb.tar.gz
problem with wins tag syntax in the dhcp support
git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk@456 fc4039ab-9d04-0410-8cac-899223bdd6b0
Diffstat (limited to 'samba-common.dhcp')
-rw-r--r--samba-common.dhcp2
1 files changed, 1 insertions, 1 deletions
diff --git a/samba-common.dhcp b/samba-common.dhcp
index e12dc99831..0ec8a0ff80 100644
--- a/samba-common.dhcp
+++ b/samba-common.dhcp
@@ -21,7 +21,7 @@ elif [ "$new_netbios_name_servers" != "old_netbios_name_servers" ]
then
for server in $new_netbios_name_servers
do
- serverlist="$serverlist $server:$interface"
+ serverlist="$serverlist $interface:$server"
done
# FIXME: add sed magic to only update wins servers
# associated with this interface