Skip to content

Commit

Permalink
auth_aka: fix uninitilized variable
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea authored and bogdan-iancu committed Apr 18, 2024
1 parent f9d38d1 commit f64592e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/auth_aka/auth_aka.c
Original file line number Diff line number Diff line change
Expand Up @@ -1100,6 +1100,7 @@ static int aka_challenge_async(struct sip_msg *_msg, async_ctx *ctx,
count += sync_count;
/* try to sort them out synchronously */
if (count == 1) {
avs = &av;
if (aka_avs_get_new(user, &algmask, &av, 1, &err_count) == 1)
goto synchronous;
if (err_count)
Expand Down

0 comments on commit f64592e

Please sign in to comment.