RIP BOOL. Convert BOOL -> bool. I found a few interesting
[jerry/samba.git] / source / winbindd / idmap_cache.c
index 4f01cb1392d44e8ee75433cecdf9205e3bfa74ee..6455f5ee69f06644181b953630823f4749322cc0 100644 (file)
@@ -301,7 +301,7 @@ failed:
        return NT_STATUS_INTERNAL_DB_CORRUPTION;
 }
 
-BOOL idmap_cache_is_negative(const char *val)
+bool idmap_cache_is_negative(const char *val)
 {
        if ( ! strcmp("IDMAP/NEGATIVE", val)) {
                return True;