Skip to content

Commit

Permalink
conn isn't always used to depending on library capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Feb 4, 2014
1 parent c371a57 commit a57e4b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/rlm_krb5/rlm_krb5.c
Expand Up @@ -304,6 +304,7 @@ static rlm_rcode_t krb5_parse_user(krb5_principal *client, REQUEST *request, krb
static rlm_rcode_t krb5_process_error(REQUEST *request, rlm_krb5_handle_t *conn, int ret)
{
rad_assert(ret != 0);
rad_assert(conn); /* Silences warnings */

switch (ret) {
case KRB5_LIBOS_BADPWDMATCH:
Expand Down

0 comments on commit a57e4b3

Please sign in to comment.