Skip to content

Commit

Permalink
topos: one more update to enable processing ofr 100
Browse files Browse the repository at this point in the history
(cherry picked from commit 6201941)
  • Loading branch information
miconda committed Mar 29, 2021
1 parent 8ac768c commit a7442d1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/modules/topos/tps_msg.c
Expand Up @@ -866,11 +866,6 @@ int tps_response_received(sip_msg_t *msg)

LM_DBG("handling incoming response\n");

if(msg->first_line.u.reply.statuscode==100) {
/* nothing to do - it should be absorbed */
return 0;
}

memset(&mtsd, 0, sizeof(tps_data_t));
memset(&stsd, 0, sizeof(tps_data_t));
memset(&btsd, 0, sizeof(tps_data_t));
Expand Down

0 comments on commit a7442d1

Please sign in to comment.