mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
added jeremy's patch to return Node Status info type in a Node Status
response, instead of always Name Query.
oops.
lkcl
(This used to be commit 85a61bfb0e
)
This commit is contained in:
parent
5f178fc18a
commit
68068dbafc
@ -141,7 +141,7 @@ void initiate_netbios_packet(uint16 *id,
|
||||
|
||||
make_nmb_name(&nmb->question.question_name,name,name_type,scope);
|
||||
|
||||
nmb->question.question_type = 0x20;
|
||||
nmb->question.question_type = quest_type == NMB_STATUS ? 0x21 : 0x20;
|
||||
nmb->question.question_class = 0x1;
|
||||
|
||||
if (quest_type == NMB_REG ||
|
||||
|
Loading…
Reference in New Issue
Block a user