From e982523bc0581906741ad45dea4126ae8a11731c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 22 May 2006 19:13:57 +0000 Subject: r15820: this line was just for testing metze (This used to be commit 1a9bfa2ac96d09d34d3c974ec5d89dc23bf3e153) --- source4/libcli/smb2/lock.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/libcli') 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); -- cgit