summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2013-10-18 16:06:20 +0000
committerMark Michelson <mmichelson@digium.com>2013-10-18 16:06:20 +0000
commitdb099a641b3ef350ec85709b1ddf03719839723e (patch)
tree7d71f5389d916913b548b6195e903fe5b66746b5 /include
parent5bba145ee162569eac304c004cd77855ab98048c (diff)
Remove the bit about requiring ast_bridge_depart() to be called before ast_bridge_destroy().
........ Merged revisions 401223 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@401224 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/bridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/bridge.h b/include/asterisk/bridge.h
index 7d21aa76f..8f8618d15 100644
--- a/include/asterisk/bridge.h
+++ b/include/asterisk/bridge.h
@@ -414,7 +414,7 @@ static inline void _ast_bridge_unlock(struct ast_bridge *bridge, const char *fil
* While this function will kick all channels out of the bridge, channels that
* were added to the bridge using ast_bridge_impart() with the flag
* AST_BRIDGE_IMPART_CHAN_DEPARTABLE set must have ast_bridge_depart() called
- * on them before calling ast_bridge_destroy().
+ * on them.
*/
int ast_bridge_destroy(struct ast_bridge *bridge, int cause);