diff options
author | Herb Lewis <herb@samba.org> | 2003-08-15 01:30:26 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2003-08-15 01:30:26 +0000 |
commit | 4d108e264d289945f0c0f08611ce76968360c6a2 (patch) | |
tree | 05e8d007d366d7b3fba020d6919d5d9dbb87b650 /source3 | |
parent | c8061de1ed533327eb9fb6cc83b11a66699bf958 (diff) | |
download | samba-4d108e264d289945f0c0f08611ce76968360c6a2.tar.gz samba-4d108e264d289945f0c0f08611ce76968360c6a2.tar.bz2 samba-4d108e264d289945f0c0f08611ce76968360c6a2.zip |
fix type
(This used to be commit 327d26253ed21988d95303c4f8c85901199d8f40)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/ntquotas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ntquotas.h b/source3/include/ntquotas.h index 1425e59bb8..dac1173770 100644 --- a/source3/include/ntquotas.h +++ b/source3/include/ntquotas.h @@ -72,7 +72,7 @@ typedef struct _SMB_NTQUOTA_STRUCT { SMB_BIG_UINT usedspace; SMB_BIG_UINT softlim; SMB_BIG_UINT hardlim; - enum SMB_QUOTA_TYPE qflags; + uint32 qflags; DOM_SID sid; } SMB_NTQUOTA_STRUCT; |