s3: Fix some False/NULL hickups
[mat/samba.git] / source3 / libsmb / samlogon_cache.c
index 618a570c4e05a20d89ef3886d8570663f3accdc0..b04cf0a2197382c32e798f3c7e7489e4d94c4ab2 100644 (file)
@@ -205,7 +205,7 @@ struct netr_SamInfo3 *netsamlogon_cache_get(TALLOC_CTX *mem_ctx, const struct do
        if (!netsamlogon_cache_init()) {
                DEBUG(0,("netsamlogon_cache_get: cannot open %s for write!\n",
                        NETSAMLOGON_TDB));
-               return false;
+               return NULL;
        }
 
        /* Prepare key as DOMAIN-SID/USER-RID string */