Skip to content

Commit

Permalink
[siptrace] fix extra corelation key name from trans to net
Browse files Browse the repository at this point in the history
(cherry picked from commit 6097ec5386213cf77d21e8a7bf3f0860559952be)
  • Loading branch information
ionutrazvanionita committed Apr 25, 2017
1 parent 1829895 commit 1b22290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/siptrace/siptrace.c
Expand Up @@ -2491,7 +2491,7 @@ static int send_trace_proto_duplicate( trace_dest dest, str* correlation, trace_


conn_id_s.s = int2str( trans_correlation_id, &conn_id_s.len);
tprot.add_extra_correlation( trace_msg, "trans", &conn_id_s);
tprot.add_extra_correlation( trace_msg, "net", &conn_id_s);
}

if (correlation) {
Expand Down

0 comments on commit 1b22290

Please sign in to comment.