Skip to content

Commit

Permalink
fix ccheck
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Apr 21, 2024
1 parent 07ecdff commit c355cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sip/auth.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ static bool auth_handler(const struct sip_hdr *hdr, const struct sip_msg *msg,
err = pl_strdup(&realm->realm, &ch.realm);
if (err)
goto out;

err = pl_strdup(&realm->algorithm, &ch.algorithm);
if (err)
goto out;
Expand Down

0 comments on commit c355cec

Please sign in to comment.