We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593da91 commit d576e46Copy full SHA for d576e46
src/rtpp_stream.c
@@ -810,14 +810,6 @@ rtpp_stream_guess_addr(struct rtpp_stream *self,
810
CALL_SMETHOD(pvt->rem_addr, cmphost, sstosa(&packet->raddr))) {
811
return (0);
812
}
813
-#if 0
814
- if (self->addr == NULL) {
815
- self->addr = malloc(packet->rlen);
816
817
- return (-1);
818
- }
819
820
-#endif
821
actor = rtpp_stream_get_actor(self);
822
ptype = rtpp_stream_get_proto(self);
823
rport = ntohs(satosin(&packet->raddr)->sin_port);
0 commit comments