r25554: Convert last instances of BOOL, True and False to the standard types.
[amitay/samba.git] / source4 / torture / rpc / testjoin.c
index b7e3b488c94fe57a46e18e6c9b053ff77b7b667a..725799f2ddf76f8a93fe78fe732fc64554611e10 100644 (file)
@@ -341,7 +341,7 @@ _PUBLIC_ struct test_join *torture_join_domain(const char *machine_name,
        }
        
        libnet_r->in.acct_type = acct_flags;
-       libnet_r->in.recreate_account = True;
+       libnet_r->in.recreate_account = true;
 
        status = libnet_JoinDomain(libnet_ctx, libnet_r, libnet_r);
        if (!NT_STATUS_IS_OK(status)) {