svn commit: samba r22788 - in branches/SAMBA_4_0/source/libcli/smb2: .

metze at samba.org metze at samba.org
Fri May 11 08:59:14 GMT 2007


Author: metze
Date: 2007-05-11 08:59:14 +0000 (Fri, 11 May 2007)
New Revision: 22788

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

Log:
fix typo

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	2007-05-11 08:59:01 UTC (rev 22787)
+++ branches/SAMBA_4_0/source/libcli/smb2/lock.c	2007-05-11 08:59:14 UTC (rev 22788)
@@ -39,7 +39,7 @@
 	smb2_push_handle(req->out.body+0x08, &io->in.file.handle);
 	SBVAL(req->out.body, 0x18, io->in.offset);
 	SBVAL(req->out.body, 0x20, io->in.count);
-	SIVAL(req->out.body, 0x28, io->in.unknown5);
+	SIVAL(req->out.body, 0x24, io->in.unknown5);
 	SIVAL(req->out.body, 0x28, io->in.flags);
 
 	smb2_transport_send(req);



More information about the samba-cvs mailing list