mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
Don't unsubscribe from the AMI message router from manager_bridges
The AMI message router is owned wholly by manager.c. Previously, each of the manager_{item} source files had their own message router and they unsubscribed from each; once they moved over to using a single message router only a single unsubscribe became necessary. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396158 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -449,8 +449,6 @@ static int manager_bridge_info(struct mansession *s, const struct message *m)
|
||||
|
||||
static void manager_bridging_cleanup(void)
|
||||
{
|
||||
stasis_message_router_unsubscribe(bridge_state_router);
|
||||
bridge_state_router = NULL;
|
||||
stasis_unsubscribe(topic_forwarder);
|
||||
topic_forwarder = NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user