mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
r12376: Second patch from Martin Koeppe <mkoeppe@gmx.de>
for #3287.
Jeremy.
(This used to be commit 8680eebbba
)
This commit is contained in:
parent
0f20bcdbaa
commit
e53642a131
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user