Skip to content

Commit

Permalink
siptrace: Fix broken trace tests during startup_route
Browse files Browse the repository at this point in the history
(cherry picked from commit 1c07c92)
  • Loading branch information
liviuchircu committed May 16, 2018
1 parent a8ee28c commit 436c689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/siptrace/siptrace.c
Expand Up @@ -2645,7 +2645,7 @@ static int is_id_traced(int id, trace_info_p info)
int trace_types;

if (info==NULL || (trace_types=info->trace_types)==-1)
return -1;
return 0;

if (!(*trace_on_flag)) {
LM_DBG("trace is off!\n");
Expand Down

0 comments on commit 436c689

Please sign in to comment.