Changeset 745 for trunk/server/source4/libcli/smb2/cancel.c
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source4/libcli/smb2/cancel.c
r414 r745 54 54 SIVAL(c->out.hdr, SMB2_HDR_FLAGS, 0x00000002); 55 55 SSVAL(c->out.hdr, SMB2_HDR_CREDIT, 0x0030); 56 S IVAL(c->out.hdr, SMB2_HDR_PID, r->cancel.pending_id);56 SBVAL(c->out.hdr, SMB2_HDR_ASYNC_ID, r->cancel.async_id); 57 57 SBVAL(c->out.hdr, SMB2_HDR_MESSAGE_ID, c->seqnum); 58 58 if (r->session) {
Note:
See TracChangeset
for help on using the changeset viewer.