1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

r16112: Added Volker's fix for extra odd byte at the end

of UNIX_BASIC infolevel. Checked client implementations
(cifsfs and libsmb) and they ignore it. Thanks Volker.
Jeremy.
(This used to be commit 6cd1cb5c9deba2aa0d7a3251c8142834cbaba6d1)
This commit is contained in:
Jeremy Allison 2006-06-09 01:36:58 +00:00 committed by Gerald (Jerry) Carter
parent 8882d08b6b
commit 088c571df8

View File

@ -3431,7 +3431,7 @@ total_data=%u (should be %u)\n", (unsigned int)total_data, (unsigned int)IVAL(pd
SIVAL(pdata,0,sbuf.st_nlink); /* number of hard links */
SIVAL(pdata,4,0);
pdata += 8+1;
pdata += 8;
data_size = PTR_DIFF(pdata,(*ppdata));
{