summaryrefslogtreecommitdiff
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 12ff1788e8..8fd54e8df9 100644
--- a/source3/include/ntquotas.h
+++ b/source3/include/ntquotas.h
@@ -83,7 +83,7 @@ typedef struct _SMB_NTQUOTA_LIST {
} SMB_NTQUOTA_LIST;
typedef struct _SMB_NTQUOTA_HANDLE {
- BOOL valid;
+ bool valid;
SMB_NTQUOTA_LIST *quota_list;
SMB_NTQUOTA_LIST *tmp_list;
} SMB_NTQUOTA_HANDLE;