summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2015-04-21 09:34:24 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-05-11 11:07:46 +0200
commitf1f5854566c1ee44320a1111a33c12bcc409f00a (patch)
tree6b60ba1868009d712725ebaf09e03dd2904d19be /src/providers/ldap
parent589a8760b38d9e2dfa278764af12d59e1487fe07 (diff)
downloadsssd-f1f5854566c1ee44320a1111a33c12bcc409f00a.tar.gz
sssd-f1f5854566c1ee44320a1111a33c12bcc409f00a.tar.xz
sssd-f1f5854566c1ee44320a1111a33c12bcc409f00a.zip
LDAP: return after tevent_req_error
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'src/providers/ldap')
-rw-r--r--src/providers/ldap/sdap_async_connection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap_async_connection.c b/src/providers/ldap/sdap_async_connection.c
index bffe787c9..15232efa6 100644
--- a/src/providers/ldap/sdap_async_connection.c
+++ b/src/providers/ldap/sdap_async_connection.c
@@ -1218,6 +1218,7 @@ static void sdap_kinit_done(struct tevent_req *subreq)
DEBUG(SSSDBG_OP_FAILURE,
"Unable to set env. variable KRB5CCNAME!\n");
tevent_req_error(req, ERR_AUTH_FAILED);
+ return;
}
state->expire_time = expire_time;