summaryrefslogtreecommitdiff
path: root/main/bridge.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-08-15 17:57:33 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-08-15 17:57:33 +0000
commitc3466db29dddc245f81e9b6da26534a232cda3fb (patch)
treeb037f66496b43035d96dd7a2d2bed9ffea2d8083 /main/bridge.c
parentbd352e0827f9df2290599bb6bcb2f819ca7b5ee6 (diff)
Resolve some BUGBUG comments.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396783 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/bridge.c')
-rw-r--r--main/bridge.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/main/bridge.c b/main/bridge.c
index b53079552..fc86c31f8 100644
--- a/main/bridge.c
+++ b/main/bridge.c
@@ -2682,7 +2682,11 @@ void ast_bridge_technology_suspend(struct ast_bridge_technology *technology)
void ast_bridge_technology_unsuspend(struct ast_bridge_technology *technology)
{
-/* BUGBUG unsuspending a bridge technology probably needs to prod all existing bridges to see if they should start using it. */
+ /*
+ * XXX We may want the act of unsuspending a bridge technology
+ * to prod all existing bridges to see if they should start
+ * using it.
+ */
technology->suspended = 0;
}