mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
s4-auth/kerberos: Report errors observed during smb_krb5_remove_obsolete_keytab_entries()
Previously any errors noticed during the main loop would be ignored. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jo Sutton <josutton@catalyst.net.nz> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Mar 14 23:16:16 UTC 2024 on atb-devel-224
This commit is contained in:
parent
9d7a97dc98
commit
97a23e57dc
@ -712,6 +712,7 @@ krb5_error_code smb_krb5_remove_obsolete_keytab_entries(TALLOC_CTX *mem_ctx,
|
||||
smb_get_krb5_error_message(context,
|
||||
code,
|
||||
mem_ctx));
|
||||
goto done;
|
||||
}
|
||||
|
||||
code = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user