r25554: Convert last instances of BOOL, True and False to the standard types.
[kamenim/samba.git] / source4 / torture / ldap / cldapbench.c
index 52d86899274b26d654bb7622cf8a418538ffa05f..9f860f98d91d42395f41398c3cb95a2a88a556ee 100644 (file)
@@ -53,7 +53,7 @@ static bool bench_cldap(struct torture_context *tctx, const char *address)
        struct cldap_socket *cldap = cldap_socket_init(tctx, NULL);
        int num_sent=0;
        struct timeval tv = timeval_current();
-       BOOL ret = True;
+       bool ret = true;
        int timelimit = torture_setting_int(tctx, "timelimit", 10);
        struct cldap_netlogon search;
        struct bench_state *state;