diff options
Diffstat (limited to 'source3/include/ntquotas.h')
-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 12ff1788e8e..8fd54e8df9d 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; |