mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r815: include our netbios name in the negprot response (this matches win2003)
(This used to be commit b4b67c3301
)
This commit is contained in:
parent
39696f7804
commit
8222c13ce9
@ -320,6 +320,7 @@ static void reply_nt1(struct request_context *req, uint16 choice)
|
||||
SCVAL(req->out.vwv+1, VWV(16), 8);
|
||||
}
|
||||
req_push_str(req, NULL, lp_workgroup(), -1, STR_UNICODE|STR_TERMINATE|STR_NOALIGN);
|
||||
req_push_str(req, NULL, lp_netbios_name(), -1, STR_UNICODE|STR_TERMINATE|STR_NOALIGN);
|
||||
DEBUG(3,("not using SPNEGO\n"));
|
||||
} else {
|
||||
#if 0
|
||||
|
Loading…
Reference in New Issue
Block a user