add missing unregistration of a manager action on module unload

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37638 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-07-14 21:02:55 +00:00
parent 7bb38d5ee2
commit ee4840acdf

View File

@@ -10139,6 +10139,7 @@ static int __unload_module(void)
ast_manager_unregister( "ZapDNDoff" );
ast_manager_unregister( "ZapDNDon" );
ast_manager_unregister("ZapShowChannels");
ast_manager_unregister("ZapRestart");
ast_channel_unregister(&zap_tech);
ast_mutex_lock(&iflock);
/* Hangup all interfaces if they have an owner */