summaryrefslogtreecommitdiffstats
path: root/source/namework.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/namework.c')
-rw-r--r--source/namework.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/namework.c b/source/namework.c
index 23d48d9ced7..ff623e69dbf 100644
--- a/source/namework.c
+++ b/source/namework.c
@@ -255,7 +255,7 @@ static void process_localnet_announce(struct packet_struct *p,uint16 command,cha
ttl = GET_TTL(ttl);
/* add them to our browse list, and update the browse.dat file */
- add_server_entry(d,work,name,servertype,ttl,comment,True);
+ add_server_entry(d,work,name,servertype|SV_TYPE_LOCAL_LIST_ONLY,ttl,comment,True);
updatedlists = True;
#if 0