Skip to content

Commit

Permalink
Typo in heimdal
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed May 13, 2014
1 parent b749be2 commit d861aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_krb5/rlm_krb5.c
Expand Up @@ -345,7 +345,7 @@ static rlm_rcode_t CC_HINT(nonnull) mod_authenticate(void *instance, REQUEST *re

#ifdef KRB5_IS_THREAD_SAFE
conn = fr_connection_get(inst->pool);
if (!conn) REDEBUG("All krb5 contexts are in use");
if (!conn) return RLM_MODULE_FAIL;
#else
conn = inst->conn;
#endif
Expand Down

0 comments on commit d861aca

Please sign in to comment.