mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
r13620: initialize the CMD with 0 too
metze
(This used to be commit 7cf1423bc8
)
This commit is contained in:
parent
5f7b504cef
commit
36098dfda9
@ -160,6 +160,7 @@ void req_setup_reply(struct smbsrv_request *req, uint_t wct, uint_t buflen)
|
||||
SSVAL(req->out.hdr,HDR_UID,SVAL(req->in.hdr,HDR_UID));
|
||||
SSVAL(req->out.hdr,HDR_MID,SVAL(req->in.hdr,HDR_MID));
|
||||
} else {
|
||||
SCVAL(req->out.hdr,HDR_COM,0);
|
||||
SSVAL(req->out.hdr,HDR_TID,0);
|
||||
SSVAL(req->out.hdr,HDR_PID,0);
|
||||
SSVAL(req->out.hdr,HDR_UID,0);
|
||||
|
Loading…
Reference in New Issue
Block a user