RIP BOOL. Convert BOOL -> bool. I found a few interesting
[samba.git] / source3 / winbindd / winbindd_passdb.c
index 5c36c0c3279edb292434bcfc9ae8df29862392e8..cfb934eb606d027c92b5ed540946f6ef51c42278 100644 (file)
@@ -322,7 +322,7 @@ static NTSTATUS lookup_groupmem(struct winbindd_domain *domain,
 /* find the sequence number for a domain */
 static NTSTATUS sequence_number(struct winbindd_domain *domain, uint32 *seq)
 {
-       BOOL result;
+       bool result;
        time_t seq_num;
 
        result = pdb_get_seq_num(&seq_num);