[svn-commits] russell: trunk r45819 - in /trunk: ./ res/res_monitor.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Oct 21 11:50:38 MST 2006


Author: russell
Date: Sat Oct 21 13:50:38 2006
New Revision: 45819

URL: http://svn.digium.com/view/asterisk?rev=45819&view=rev
Log:
Merged revisions 45818 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r45818 | russell | 2006-10-21 14:49:46 -0400 (Sat, 21 Oct 2006) | 3 lines

Add a couple missing unregistrations of manager actions and remove duplicate
unregistrations of applications.  (issue #8194, jmls)

........

Modified:
    trunk/   (props changed)
    trunk/res/res_monitor.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/res/res_monitor.c
URL: http://svn.digium.com/view/asterisk/trunk/res/res_monitor.c?rev=45819&r1=45818&r2=45819&view=diff
==============================================================================
--- trunk/res/res_monitor.c (original)
+++ trunk/res/res_monitor.c Sat Oct 21 13:50:38 2006
@@ -659,8 +659,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