svn commit: samba r12377 - in trunk/source/smbd: .

jra at samba.org jra at samba.org
Mon Dec 19 23:07:33 GMT 2005


Author: jra
Date: 2005-12-19 23:07:31 +0000 (Mon, 19 Dec 2005)
New Revision: 12377

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

Log:
Second patch from Martin Koeppe <mkoeppe at gmx.de>
for #3287.
Jeremy.

Modified:
   trunk/source/smbd/trans2.c


Changeset:
Modified: trunk/source/smbd/trans2.c
===================================================================
--- trunk/source/smbd/trans2.c	2005-12-19 23:07:25 UTC (rev 12376)
+++ trunk/source/smbd/trans2.c	2005-12-19 23:07:31 UTC (rev 12377)
@@ -3216,8 +3216,8 @@
 			   BasicFileInformationTest. -tpot */
 
 			DEBUG(10,("call_trans2qfilepathinfo: SMB_FILE_INTERNAL_INFORMATION\n"));
-			SIVAL(pdata,4,sbuf.st_ino); /* FileIndexLow */
-			SIVAL(pdata,0,sbuf.st_dev); /* FileIndexHigh */
+			SIVAL(pdata,0,sbuf.st_ino); /* FileIndexLow */
+			SIVAL(pdata,4,sbuf.st_dev); /* FileIndexHigh */
 			data_size = 8;
 			break;
 



More information about the samba-cvs mailing list