diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2013-04-03 11:18:31 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-04-03 13:26:41 +0200 |
commit | 274fe6a4f8bcb23e31929430110c0b52e9ce233a (patch) | |
tree | c3fb9185e2e5da9d79cd16f1890b6134e61ab9ff /src/providers/krb5 | |
parent | bebeea7ed99394c4061810ed15121bd0f5ac4964 (diff) | |
download | sssd-274fe6a4f8bcb23e31929430110c0b52e9ce233a.tar.gz sssd-274fe6a4f8bcb23e31929430110c0b52e9ce233a.tar.bz2 sssd-274fe6a4f8bcb23e31929430110c0b52e9ce233a.zip |
Check for correct variable name
https://fedorahosted.org/sssd/ticket/1864
Diffstat (limited to 'src/providers/krb5')
-rw-r--r-- | src/providers/krb5/krb5_child.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/providers/krb5/krb5_child.c b/src/providers/krb5/krb5_child.c index 425effb1..dd01e70b 100644 --- a/src/providers/krb5/krb5_child.c +++ b/src/providers/krb5/krb5_child.c @@ -1974,10 +1974,6 @@ static int k5c_setup(struct krb5_req *kr, uint32_t offline) * expired. The library shall not use the prompter to ask for a new password * but shall return KRB5KDC_ERR_KEY_EXP. */ krb5_get_init_creds_opt_set_change_password_prompt(kr->options, 0); - if (kerr != 0) { - KRB5_CHILD_DEBUG(SSSDBG_CRIT_FAILURE, kerr); - return kerr; - } #endif lifetime_str = getenv(SSSD_KRB5_RENEWABLE_LIFETIME); |