summaryrefslogtreecommitdiffstats
path: root/source/namedbserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/namedbserver.c')
-rw-r--r--source/namedbserver.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/namedbserver.c b/source/namedbserver.c
index 8cad8a3a112..9223cb6ce6a 100644
--- a/source/namedbserver.c
+++ b/source/namedbserver.c
@@ -162,16 +162,6 @@ struct server_record *add_server_entry(struct subnet_record *d,
}
- if (strequal(myworkgroup,work->work_group))
- {
- if (servertype)
- servertype |= SV_TYPE_LOCAL_LIST_ONLY;
- }
- else
- {
- servertype &= ~SV_TYPE_LOCAL_LIST_ONLY;
- }
-
/* update the entry */
StrnCpy(s->serv.name,name,sizeof(s->serv.name)-1);
StrnCpy(s->serv.comment,comment,sizeof(s->serv.comment)-1);