fix type
authorHerb Lewis <herb@samba.org>
Fri, 15 Aug 2003 01:30:26 +0000 (01:30 +0000)
committerHerb Lewis <herb@samba.org>
Fri, 15 Aug 2003 01:30:26 +0000 (01:30 +0000)
source/include/ntquotas.h

index 1425e59bb84657b3c876f6dca7df3aa637b9e8ef..dac1173770b49cafffd192402d3818a11774d7ca 100644 (file)
@@ -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;