Skip to content

Commit

Permalink
Merge pull request #1421 from pasanmdev/2.3
Browse files Browse the repository at this point in the history
* fixed msg payload content to be string rather than binary data
(cherry picked from commit fd8c040)
  • Loading branch information
bogdan-iancu committed Jul 26, 2018
1 parent e7c3733 commit c171b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sipcapture/sipcapture.c
Expand Up @@ -5071,7 +5071,7 @@ static int report_capture(struct sip_msg* msg, str* table, str* cor_id,
db_vals[10].val.str_val = capture_node;
}

db_vals[11].type = DB_BLOB;
db_vals[11].type = DB_STR;


/* we can have other pyload than sip only for hepv3 */
Expand Down

0 comments on commit c171b7b

Please sign in to comment.