Skip to content

Commit

Permalink
Remove un-used variable
Browse files Browse the repository at this point in the history
related to 05d1da7
  • Loading branch information
bogdan-iancu committed Feb 9, 2023
1 parent a2360a9 commit 3ad695f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parser/parse_body.c
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,6 @@ int should_update_sip_body(struct sip_msg *msg)

str *get_body_part(struct sip_msg *msg, unsigned int type, unsigned int subtype)
{
str body;
struct body_part *p;

if (parse_sip_body(msg)<0 || msg->body==NULL) {
Expand Down

0 comments on commit 3ad695f

Please sign in to comment.