Skip to content

Commit

Permalink
osp: remove obsolete callback type check
Browse files Browse the repository at this point in the history
TMCB_ON_FAILURE_RO was removed but the corresponding debug check is
kept, overriding TMCB_ON_FAILURE.

See commit 2adbeac.
  • Loading branch information
l2dy committed Mar 12, 2020
1 parent 72da87b commit b3dc692
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/osp/tm.c
Expand Up @@ -110,8 +110,6 @@ static void ospTmcbFunc(
{
if (type & TMCB_RESPONSE_OUT) {
LM_DBG("RESPONSE_OUT\n");
} else if (type & TMCB_ON_FAILURE) {
LM_DBG("FAILURE_RO\n");
} else if (type & TMCB_RESPONSE_IN) {
LM_DBG("RESPONSE_IN\n");
} else if (type & TMCB_REQUEST_FWDED) {
Expand Down

0 comments on commit b3dc692

Please sign in to comment.