1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

Fixed bug where we are a WINS server but not a domain master

browser. We were doing a name query instead of a name status.
Jeremy.
This commit is contained in:
Jeremy Allison 0001-01-01 00:00:00 +00:00
parent 598e98e561
commit 4021a1bf55

View File

@ -459,7 +459,7 @@ is one of our interfaces.\n", work->work_group, inet_ntoa(nr->ip_flgs[0].ip) ));
for workgroup %s\n", name, type, inet_ntoa(nr->ip_flgs[0].ip), work->work_group ));
queue_netbios_packet(wins_client_subnet, ClientNMB,
NMB_QUERY,NAME_STATUS_DOM_SRV_CHK,
NMB_STATUS,NAME_STATUS_DOM_SRV_CHK,
name, type, 0,0,0,
work->work_group,NULL,
False, False, nr->ip_flgs[0].ip, nr->ip_flgs[0].ip, 0);