mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
xfs quotas - fix case of no quota for user
Fixup commit ce82f66b9f
Add missing success return value when user has no quota record
(this is considered success with no quota)
Signed-off-by: Uri Simchoni <uri@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri Apr 29 05:39:14 CEST 2016 on sn-devel-144
This commit is contained in:
parent
2c03d004f8
commit
d28282ce57
@ -98,6 +98,8 @@ int sys_get_xfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qt
|
||||
if (ret != 0 && errno != ENOENT) {
|
||||
return ret;
|
||||
}
|
||||
|
||||
ret = 0;
|
||||
break;
|
||||
#ifdef HAVE_GROUP_QUOTA
|
||||
case SMB_GROUP_QUOTA_TYPE:
|
||||
|
Loading…
Reference in New Issue
Block a user