summaryrefslogtreecommitdiffstats
path: root/source/namedbserver.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-07-22 14:32:38 +0000
committerAndrew Tridgell <tridge@samba.org>1996-07-22 14:32:38 +0000
commit51e5a1a546adf6ba36c7e4c3298c651cff7e15b9 (patch)
tree0a5cb81150ff310911a3e30c383269ffa966a205 /source/namedbserver.c
parent9e411f2c9044104df60022da316379bd27e98b56 (diff)
downloadsamba-51e5a1a546adf6ba36c7e4c3298c651cff7e15b9.tar.gz
samba-51e5a1a546adf6ba36c7e4c3298c651cff7e15b9.tar.xz
samba-51e5a1a546adf6ba36c7e4c3298c651cff7e15b9.zip
removed the remote interfaces stuff.
Diffstat (limited to 'source/namedbserver.c')
-rw-r--r--source/namedbserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/namedbserver.c b/source/namedbserver.c
index f6956441292..afb1dc14315 100644
--- a/source/namedbserver.c
+++ b/source/namedbserver.c
@@ -161,7 +161,7 @@ struct server_record *add_server_entry(struct subnet_record *d,
}
- if (d->my_interface && strequal(lp_workgroup(),work->work_group))
+ if (strequal(lp_workgroup(),work->work_group))
{
if (servertype)
servertype |= SV_TYPE_LOCAL_LIST_ONLY;