mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
r11670: fix the build
metze (This used to be commit c0eebe293f341dcf35229c2cbbc3029f6f853abb)
This commit is contained in:
parent
3015c6ba04
commit
d9d90e105b
@ -70,8 +70,7 @@ struct smb2_request *smb2_request_init(struct smb2_transport *transport,
|
||||
SBVAL(req->out.hdr, SMB2_HDR_SEQNUM, req->seqnum);
|
||||
SIVAL(req->out.hdr, SMB2_HDR_PID, 0);
|
||||
SIVAL(req->out.hdr, SMB2_HDR_TID, 0);
|
||||
SIVAL(req->out.hdr, SMB2_HDR_UID, 0);
|
||||
SIVAL(req->out.hdr, SMB2_HDR_UID2, 0);
|
||||
SBVAL(req->out.hdr, SMB2_HDR_UID, (uint64_t)0);
|
||||
memset(req->out.hdr+SMB2_HDR_SIG, 0, 16);
|
||||
|
||||
return req;
|
||||
|
Loading…
x
Reference in New Issue
Block a user