Skip to content

Commit d576e46

Browse files
committed
GC ifdef 0'ed code.
1 parent 593da91 commit d576e46

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/rtpp_stream.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -810,14 +810,6 @@ rtpp_stream_guess_addr(struct rtpp_stream *self,
810810
CALL_SMETHOD(pvt->rem_addr, cmphost, sstosa(&packet->raddr))) {
811811
return (0);
812812
}
813-
#if 0
814-
if (self->addr == NULL) {
815-
self->addr = malloc(packet->rlen);
816-
if (self->addr == NULL) {
817-
return (-1);
818-
}
819-
}
820-
#endif
821813
actor = rtpp_stream_get_actor(self);
822814
ptype = rtpp_stream_get_proto(self);
823815
rport = ntohs(satosin(&packet->raddr)->sin_port);

0 commit comments

Comments
 (0)