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 superfluous ice agent warning
Change-Id: I802594572636ec1ed1804dc67c7ca032d2794f91
pull/183/head
Richard Fuchs
10 years ago
parent
1a67331b9a
commit
28d877ba2d
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
daemon/ice.c
+ 1
- 3
daemon/ice.c
View File
@ -479,10 +479,8 @@ void ice_shutdown(struct ice_agent **agp) {
}
ag
=
*
agp
;
if
(
!
ag
)
{
ilog
(
LOG_ERR
,
"
ice ag is NULL
"
)
;
if
(
!
ag
)
return
;
}
__agent_deschedule
(
ag
)
;
Write
Preview
Loading…
Cancel
Save