1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r12376: Second patch from Martin Koeppe <mkoeppe@gmx.de>

for #3287.
Jeremy.
This commit is contained in:
Jeremy Allison 2005-12-19 23:07:25 +00:00 committed by Gerald (Jerry) Carter
parent d50098518d
commit 8680eebbba

View File

@ -3216,8 +3216,8 @@ total_data=%u (should be %u)\n", (unsigned int)total_data, (unsigned int)IVAL(pd
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;