summaryrefslogtreecommitdiffstats
path: root/source3/include/ntquotas.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/ntquotas.h')
-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 9aa8b9139e7..cd460260dad 100644
--- a/source3/include/ntquotas.h
+++ b/source3/include/ntquotas.h
@@ -72,7 +72,7 @@ typedef struct _SMB_NTQUOTA_STRUCT {
uint64_t softlim;
uint64_t hardlim;
uint32 qflags;
- DOM_SID sid;
+ struct dom_sid sid;
} SMB_NTQUOTA_STRUCT;
typedef struct _SMB_NTQUOTA_LIST {