mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
quotas: correct comment about SMB_GROUP_QUOTA_TYPE
Signed-off-by: Uri Simchoni <uri@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
parent
798fcfdabc
commit
17c9b8d2d0
@ -63,7 +63,7 @@ enum SMB_QUOTA_TYPE {
|
||||
SMB_USER_FS_QUOTA_TYPE = 1,
|
||||
SMB_USER_QUOTA_TYPE = 2,
|
||||
SMB_GROUP_FS_QUOTA_TYPE = 3,/* not used yet */
|
||||
SMB_GROUP_QUOTA_TYPE = 4 /* not in use yet, maybe for disk_free queries */
|
||||
SMB_GROUP_QUOTA_TYPE = 4 /* used by disk_free queries */
|
||||
};
|
||||
|
||||
typedef struct _SMB_NTQUOTA_STRUCT {
|
||||
|
Loading…
Reference in New Issue
Block a user