[svn-commits] russell: branch 1.4 r45818 - /branches/1.4/res/res_monitor.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Oct 21 11:49:46 MST 2006


Author: russell
Date: Sat Oct 21 13:49:46 2006
New Revision: 45818

URL: http://svn.digium.com/view/asterisk?rev=45818&view=rev
Log:
Add a couple missing unregistrations of manager actions and remove duplicate
unregistrations of applications.  (issue #8194, jmls)

Modified:
    branches/1.4/res/res_monitor.c

Modified: branches/1.4/res/res_monitor.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/res/res_monitor.c?rev=45818&r1=45817&r2=45818&view=diff
==============================================================================
--- branches/1.4/res/res_monitor.c (original)
+++ branches/1.4/res/res_monitor.c Sat Oct 21 13:49:46 2006
@@ -658,8 +658,8 @@
 	ast_manager_unregister("Monitor");
 	ast_manager_unregister("StopMonitor");
 	ast_manager_unregister("ChangeMonitor");
-	ast_unregister_application("PauseMonitor");
-	ast_unregister_application("UnpauseMonitor");
+	ast_manager_unregister("PauseMonitor");
+	ast_manager_unregister("UnpauseMonitor");
 
 	return 0;
 }



More information about the svn-commits mailing list