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
silence warning for kernelizing rtcp
pull/11/head
Richard Fuchs
12 years ago
parent
cbe1f80536
commit
ba1bd04841
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
daemon/call.c
+ 1
- 1
daemon/call.c
View File
@ -315,7 +315,7 @@ void kernelize(struct packet_stream *stream) {
if
(
cm
-
>
conf
.
kernelfd
<
0
)
goto
no_kernel_warn
;
if
(
!
PS_ISSET
(
stream
,
RTP
)
)
goto
no_kernel
_warn
;
goto
no_kernel
;
if
(
!
stream
-
>
sfd
)
goto
no_kernel
;
Write
Preview
Loading…
Cancel
Save