summaryrefslogtreecommitdiffstats
path: root/source/namedbwork.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/namedbwork.c')
-rw-r--r--source/namedbwork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/namedbwork.c b/source/namedbwork.c
index 13dde54b227..200132304b0 100644
--- a/source/namedbwork.c
+++ b/source/namedbwork.c
@@ -181,7 +181,7 @@ struct work_record *find_workgroupstruct(struct subnet_record *d,
DEBUG(2,("add any workgroups: initiating browser search on %s\n",
inet_ntoa(d->bcast_ip)));
queue_netbios_pkt_wins(d,ClientNMB,NMB_QUERY, NAME_QUERY_FIND_MST,
- MSBROWSE,0x1,0,0,
+ MSBROWSE,0x1,0,0,0,NULL,NULL,
True,False, d->bcast_ip, d->bcast_ip);
return NULL;
}