MT#55283 fix typo

Warned-bu: Coverity
Change-Id: I39325f49f77478134188361544676293151c70db
pull/1783/head
Richard Fuchs 2 years ago
parent e439a27def
commit 3df5fb9f7d

@ -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++)

Loading…
Cancel
Save