Skip to content

Commit

Permalink
Fix stir_shaken_check to align with docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ar45 committed Sep 19, 2024
1 parent 4d79a71 commit 05ac2e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/stir_shaken/stir_shaken.c
Original file line number Diff line number Diff line change
Expand Up @@ -2168,6 +2168,8 @@ static int w_stir_check(struct sip_msg *msg)
if (rc == -1) {
LM_ERR("Failed to parse identity header\n");
return -1;
} else if (rc == -2) {
return -2;
} else {
LM_INFO("Invalid identity header\n");
return -3;
Expand Down

0 comments on commit 05ac2e4

Please sign in to comment.