From c3466db29dddc245f81e9b6da26534a232cda3fb Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Thu, 15 Aug 2013 17:57:33 +0000 Subject: Resolve some BUGBUG comments. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396783 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/bridge.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'main/bridge.c') 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; } -- cgit v1.2.3