Skip to content
Permalink
Browse files Browse the repository at this point in the history
remove assert that can reasonably be expected to happen
  • Loading branch information
davehorton committed Nov 28, 2022
1 parent bfc79d8 commit 13b2a13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libsofia-sip-ua/tport/tport.c
Expand Up @@ -3310,8 +3310,6 @@ tport_t *tport_tsend(tport_t *self,
tp_name_t tpn[1];
struct sigcomp_compartment *cc;

assert(self);

if (!self || !msg || !_tpn) {
msg_set_errno(msg, EINVAL);
return NULL;
Expand Down

0 comments on commit 13b2a13

Please sign in to comment.