This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
init function should return success too
git.mgm/mediaproxy-ng/2.2
Richard Fuchs
13 years ago
parent
1912346c35
commit
189c19eb03
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
daemon/udp_listener.c
+ 2
- 0
daemon/udp_listener.c
View File
@ -39,6 +39,8 @@ int udp_listener_init(struct udp_listener *u, struct poller *p, struct in6_addr
if
(
poller_add_item
(
p
,
&
i
)
)
goto
fail
;
return
0
;
fail
:
close
(
u
-
>
fd
)
;
return
-
1
;
Write
Preview
Loading…
Cancel
Save