Browse Source

silence warning for kernelizing rtcp

pull/11/head
Richard Fuchs 12 years ago
parent
commit
ba1bd04841
1 changed files with 1 additions and 1 deletions
  1. +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;


Loading…
Cancel
Save