summaryrefslogtreecommitdiff
path: root/main/bridge_channel.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-08-15 18:20:52 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-08-15 18:20:52 +0000
commite35860f954e5097ddd1f801354300281d9e28f65 (patch)
treed807a01ff8ad571df129dd2be3348562a4820ace /main/bridge_channel.c
parentc3466db29dddc245f81e9b6da26534a232cda3fb (diff)
Changed some BUGBUG tags to associated JIRA issue tags.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396792 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/bridge_channel.c')
-rw-r--r--main/bridge_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/bridge_channel.c b/main/bridge_channel.c
index 98e492d2e..bb49c0d1c 100644
--- a/main/bridge_channel.c
+++ b/main/bridge_channel.c
@@ -1749,7 +1749,7 @@ static void bridge_channel_wait(struct ast_bridge_channel *bridge_channel)
ast_bridge_channel_lock(bridge_channel);
if (bridge_channel->state != BRIDGE_CHANNEL_STATE_WAIT) {
} else if (bridge_channel->suspended) {
-/* BUGBUG the external party use of suspended will go away as will these references because this is the bridge channel thread */
+/* XXX ASTERISK-21271 the external party use of suspended will go away as will these references because this is the bridge channel thread */
ast_debug(1, "Bridge %s: %p(%s) is going into a signal wait\n",
bridge_channel->bridge->uniqueid, bridge_channel,
ast_channel_name(bridge_channel->chan));