RIP BOOL. Convert BOOL -> bool. I found a few interesting
[samba.git] / source3 / utils / net_lookup.c
index 29fea32c9b7391af612ae806e9d53c36be8947cf..a1e8c1a6edb772e0bd7f804b7d767c63bf8e8ce7 100644 (file)
@@ -163,7 +163,7 @@ static int net_lookup_dc(int argc, const char **argv)
        const char *domain = NULL;
        char *sitename = NULL;
        int count, i;
-       BOOL sec_ads = (lp_security() == SEC_ADS);
+       bool sec_ads = (lp_security() == SEC_ADS);
 
        if (sec_ads) {
                domain = lp_realm();