Skip to content

Commit

Permalink
auth_ephemeral: init the return code
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Dec 8, 2017
1 parent 084364b commit 236b0b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/auth_ephemeral/authorize.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ static inline int digest_authenticate(struct sip_msg *_m, str *_realm,
hdr_types_t _hftype, str *_method)
{
struct hdr_field* h;
auth_cfg_result_t ret;
auth_cfg_result_t ret = AUTH_ERROR;
auth_result_t rauth;
struct secret *secret_struct;
str username;
Expand Down Expand Up @@ -548,4 +548,4 @@ int autheph_authenticate(struct sip_msg *_m, char *_username, char *_password)
}

return ki_autheph_authenticate(_m, &susername, &spassword);
}
}

0 comments on commit 236b0b4

Please sign in to comment.