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
823
Wiki
Activity
Browse Source
Another typo. Too much perl development lately :)
git.mgm/mediaproxy-ng/2.0
Andreas Granig
14 years ago
parent
aab3ef7e8a
commit
26570a02ac
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
@ -531,7 +531,7 @@ next:
for
(
i
=
hlp
.
del
;
i
;
i
=
n
)
{
n
=
i
-
>
next
;
c
=
i
-
>
data
;
if
(
!
c
-
>
prev
&
&
!
$
c
-
>
next
)
{
if
(
!
c
-
>
prev
&
&
!
c
-
>
next
)
{
call_destroy_all_branches
(
c
)
;
}
else
{
call_destroy
(
c
)
;
Write
Preview
Loading…
Cancel
Save