s3-libads: Use the C99 boolean false
authorAndreas Schneider <asn@samba.org>
Mon, 29 Feb 2016 16:25:33 +0000 (17:25 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 10 Mar 2016 05:52:25 +0000 (06:52 +0100)
This is a preparation to move smb_krb5_kt_add_entry() to krb5_wrap.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/libads/kerberos_keytab.c

index 4a359e43b3932317228be94387da9469633343fe..70bc68b95fd7bddd5db5bd0d0b46f86777c527bf 100644 (file)
@@ -64,7 +64,7 @@ static krb5_error_code seek_and_delete_old_entries(krb5_context context,
 
        DEBUG(3, (__location__ ": Will try to delete old keytab entries\n"));
        while (!krb5_kt_next_entry(context, keytab, &kt_entry, &cursor)) {
-               bool name_ok = False;
+               bool name_ok = false;
 
                if (!flush && (princ_s != NULL)) {
                        ret = smb_krb5_unparse_name(talloc_tos(), context,