Changeset 745 for trunk/server/source4/libcli/smb2/lock.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/lock.c
r414 r745 40 40 41 41 SSVAL(req->out.body, 0x02, io->in.lock_count); 42 SIVAL(req->out.body, 0x04, io->in. reserved);42 SIVAL(req->out.body, 0x04, io->in.lock_sequence); 43 43 smb2_push_handle(req->out.body+0x08, &io->in.file.handle); 44 44
Note:
See TracChangeset
for help on using the changeset viewer.