Skip to content

Commit

Permalink
sipcapture: remove duplicate assignment
Browse files Browse the repository at this point in the history
(cherry picked from commit 53ff949)
  • Loading branch information
l2dy authored and liviuchircu committed Mar 10, 2020
1 parent 763b416 commit 9128810
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/sipcapture/sipcapture.c
Expand Up @@ -5108,7 +5108,6 @@ static int report_capture(struct sip_msg* msg, str* table, str* cor_id,
/* not found; set it to empty */
if ( !it ) {
db_vals[13].val.str_val.s = "";
db_vals[13].val.str_val.s = "";
}

/* get incoming interface ip from receive info */
Expand Down

0 comments on commit 9128810

Please sign in to comment.