mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
s3-libads: Use the C99 boolean false
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>
This commit is contained in:
parent
a135b353ae
commit
49efa9379c
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user