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
remove needless assertion
pull/11/head
Richard Fuchs
12 years ago
parent
a7784f5ca3
commit
2e9ae75fb0
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
daemon/call.c
+ 2
- 1
daemon/call.c
View File
@ -544,7 +544,8 @@ static int stream_packet(struct stream_fd *sfd, str *s, struct sockaddr_in6 *fsi
struct
endpoint
endpoint
;
rewrite_func
rwf_in
,
rwf_out
;
assert
(
stream
!
=
NULL
)
;
if
(
!
stream
)
return
0
;
media
=
stream
-
>
media
;
call
=
stream
-
>
call
;
cm
=
call
-
>
callmaster
;
Write
Preview
Loading…
Cancel
Save