Author: metze
Date: 2006-05-22 19:13:57 +0000 (Mon, 22 May 2006)
New Revision: 15820

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15820

Log:
this line was just for testing

metze

Modified:
   branches/SAMBA_4_0/source/libcli/smb2/lock.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/smb2/lock.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/smb2/lock.c        2006-05-22 18:59:56 UTC 
(rev 15819)
+++ branches/SAMBA_4_0/source/libcli/smb2/lock.c        2006-05-22 19:13:57 UTC 
(rev 15820)
@@ -34,8 +34,6 @@
        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);

Reply via email to