Skip to content

Commit

Permalink
siptrace: don't check if trace is off in ack for negative replies cal…
Browse files Browse the repository at this point in the history
…lback
  • Loading branch information
grumvalski committed Apr 3, 2020
1 parent 5e484f1 commit b64b3f0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/modules/siptrace/siptrace.c
Expand Up @@ -1658,10 +1658,6 @@ static void trace_tm_neg_ack_in(struct cell *t, int type, struct tmcb_params *ps
return;
}

if(trace_is_off(ps->req)) {
LM_DBG("trace off...\n");
return;
}

sip_trace(ps->req, (info->uriState == STRACE_PARSED_URI) ? &info->u.dest_info : NULL,
NULL, NULL);
Expand Down

0 comments on commit b64b3f0

Please sign in to comment.