mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipa-getkeytab: do not return error when translations cannot be loaded
Only warning is shown https://fedorahosted.org/freeipa/ticket/5483 Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
parent
800c702324
commit
d43c3becbd
@ -653,7 +653,7 @@ int main(int argc, const char *argv[])
|
||||
|
||||
ret = init_gettext();
|
||||
if (ret) {
|
||||
exit(1);
|
||||
fprintf(stderr, "Failed to load translations\n");
|
||||
}
|
||||
|
||||
krberr = krb5_init_context(&krbctx);
|
||||
|
Loading…
Reference in New Issue
Block a user