aboutsummaryrefslogtreecommitdiffstats
path: root/main/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/channel.c')
-rw-r--r--main/channel.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/channel.c b/main/channel.c
index 24e9f9c86..2f7a20376 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -3931,10 +3931,9 @@ retrymasq:
} else if (clone->masq) {
ast_log(LOG_WARNING, "%s is already going to masquerade as %s\n",
clone->masq->name, clone->name);
- } else if (clone->masqr) {
+ } else { /* (clone->masqr) */
ast_log(LOG_WARNING, "%s is already going to masquerade as %s\n",
clone->name, clone->masqr->name);
- } else {
}
ast_channel_unlock(clone);