summaryrefslogtreecommitdiff
path: root/source3/smbd/ntquotas.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/ntquotas.c')
-rw-r--r--source3/smbd/ntquotas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/ntquotas.c b/source3/smbd/ntquotas.c
index 1f4fc2d0a2..147f95adf3 100644
--- a/source3/smbd/ntquotas.c
+++ b/source3/smbd/ntquotas.c
@@ -239,7 +239,7 @@ void *init_quota_handle(TALLOC_CTX *mem_ctx)
SMB_NTQUOTA_HANDLE *qt_handle;
if (!mem_ctx)
- return False;
+ return NULL;
qt_handle = talloc_zero(mem_ctx,SMB_NTQUOTA_HANDLE);
if (qt_handle==NULL) {