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
MT#55283 remove useless code
Change-Id: I45ebdb7d667610eaca74c1fe446ce49e88be9847
pull/1993/merge
Richard Fuchs
2 weeks ago
parent
750c00618f
commit
c1522c2cdc
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
lib/poller.c
+ 0
- 2
lib/poller.c
View File
@ -198,8 +198,6 @@ static int poller_poll(struct poller *p, int timeout, struct epoll_event *evs, i
if
(
errno
=
=
EINTR
)
ret
=
0
;
if
(
ret
=
=
0
)
ret
=
0
;
if
(
ret
<
=
0
)
goto
out
;
Write
Preview
Loading…
Cancel
Save