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
MT#55283 fix typo
Warned-bu: Coverity Change-Id: I39325f49f77478134188361544676293151c70db
pull/1783/head
Richard Fuchs
2 years ago
parent
e439a27def
commit
3df5fb9f7d
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
@ -4362,7 +4362,7 @@ static bool call_monologues_associations_left(call_t * c) {
*/
static
bool
call_totag_subscribed_to_monologue
(
const
str
*
totag
,
const
struct
call_monologue
*
monologue
)
{
if
(
!
totag
&
&
!
totag
-
>
s
)
if
(
!
totag
|
|
!
totag
-
>
s
)
return
false
;
for
(
int
i
=
0
;
i
<
monologue
-
>
medias
-
>
len
;
i
+
+
)
Write
Preview
Loading…
Cancel
Save