summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUri Simchoni <uri@samba.org>2016-01-06 13:30:59 +0200
committerMichael Adam <obnox@samba.org>2016-01-26 15:58:11 +0100
commit17c9b8d2d0691d19d3aa85058412eed9925a3412 (patch)
treec358a24cf9f84dee96d8703bb0749c01a8046bac
parent798fcfdabc70d02667d982c648fef08114aac72b (diff)
downloadsamba-17c9b8d2d0691d19d3aa85058412eed9925a3412.tar.gz
quotas: correct comment about SMB_GROUP_QUOTA_TYPE
Signed-off-by: Uri Simchoni <uri@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
-rw-r--r--source3/include/ntquotas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ntquotas.h b/source3/include/ntquotas.h
index d8a0dc3424b..6fbbbb9ae5f 100644
--- a/source3/include/ntquotas.h
+++ b/source3/include/ntquotas.h
@@ -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 {