mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +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 commit is contained in:
parent
fc6ed6a1aa
commit
6cd1cb5c9d
@ -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…
Reference in New Issue
Block a user