Skip to content

Commit 13b2a13

Browse files
committed
remove assert that can reasonably be expected to happen
1 parent bfc79d8 commit 13b2a13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: libsofia-sip-ua/tport/tport.c

-2
Original file line numberDiff line numberDiff line change
@@ -3310,8 +3310,6 @@ tport_t *tport_tsend(tport_t *self,
33103310
tp_name_t tpn[1];
33113311
struct sigcomp_compartment *cc;
33123312

3313-
assert(self);
3314-
33153313
if (!self || !msg || !_tpn) {
33163314
msg_set_errno(msg, EINVAL);
33173315
return NULL;

0 commit comments

Comments
 (0)