1
0
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:
Stefan Metzmacher 2005-11-11 08:00:05 +00:00 committed by Gerald (Jerry) Carter
parent 3015c6ba04
commit d9d90e105b

View File

@ -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;