mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +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:
parent
8882d08b6b
commit
088c571df8
@ -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));
|
||||
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user