mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
parent
52572000db
commit
7e9736703c
@ -427,7 +427,7 @@ BOOL disk_quotas(char *path, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_U
|
||||
|
||||
if (r)
|
||||
{
|
||||
if (save_errno == EDQUOT) // disk quota exceeded
|
||||
if (save_errno == EDQUOT) /* disk quota exceeded */
|
||||
{
|
||||
*dfree = 0;
|
||||
*dsize = D.dqb_curblocks;
|
||||
|
Loading…
Reference in New Issue
Block a user