diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-05-22 19:13:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:08:28 -0500 |
commit | e982523bc0581906741ad45dea4126ae8a11731c (patch) | |
tree | 4d9c55912b4288af557f54139ceb6116145e0a1d | |
parent | 4099637512197d2b160bd9e043b3f31382768b99 (diff) | |
download | samba-e982523bc0581906741ad45dea4126ae8a11731c.tar.gz samba-e982523bc0581906741ad45dea4126ae8a11731c.tar.bz2 samba-e982523bc0581906741ad45dea4126ae8a11731c.zip |
r15820: this line was just for testing
metze
(This used to be commit 1a9bfa2ac96d09d34d3c974ec5d89dc23bf3e153)
-rw-r--r-- | source4/libcli/smb2/lock.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/libcli/smb2/lock.c b/source4/libcli/smb2/lock.c index 73cc30c162..c06c10a806 100644 --- a/source4/libcli/smb2/lock.c +++ b/source4/libcli/smb2/lock.c @@ -34,8 +34,6 @@ struct smb2_request *smb2_lock_send(struct smb2_tree *tree, struct smb2_lock *io req = smb2_request_init_tree(tree, SMB2_OP_LOCK, 0x30, False, 0); if (req == NULL) return NULL; - SIVAL(req->out.hdr, SMB2_HDR_PID, io->in.unknown2); - SSVAL(req->out.body, 0x02, io->in.unknown1); SIVAL(req->out.body, 0x04, io->in.unknown2); smb2_push_handle(req->out.body+0x08, &io->in.file.handle); |