diff options
Diffstat (limited to 'source3/namework.c')
-rw-r--r-- | source3/namework.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/namework.c b/source3/namework.c index 23d48d9ced..ff623e69db 100644 --- a/source3/namework.c +++ b/source3/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 |