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
Empty other_ml stops call creation
pull/286/head
Lucian Balaceanu
9 years ago
parent
877952ae8c
commit
e08f477413
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
daemon/redis.c
+ 2
- 0
daemon/redis.c
View File
@ -1285,6 +1285,8 @@ static int redis_link_tags(struct redis *r, struct call *c, struct redis_list *t
return
-
1
;
for
(
l
=
q
.
head
;
l
;
l
=
l
-
>
next
)
{
other_ml
=
l
-
>
data
;
if
(
!
other_ml
)
return
-
1
;
g_hash_table_insert
(
ml
-
>
other_tags
,
&
other_ml
-
>
tag
,
other_ml
)
;
}
g_queue_clear
(
&
q
)
;
Write
Preview
Loading…
Cancel
Save