1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +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:
Uri Simchoni 2016-01-06 13:30:59 +02:00 committed by Michael Adam
parent 798fcfdabc
commit 17c9b8d2d0

View File

@ -63,7 +63,7 @@ enum SMB_QUOTA_TYPE {
SMB_USER_FS_QUOTA_TYPE = 1, SMB_USER_FS_QUOTA_TYPE = 1,
SMB_USER_QUOTA_TYPE = 2, SMB_USER_QUOTA_TYPE = 2,
SMB_GROUP_FS_QUOTA_TYPE = 3,/* not used yet */ 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 { typedef struct _SMB_NTQUOTA_STRUCT {