[svn-commits] oej: branch oej/manager-check-trunk r227377 - /team/oej/manager-check-trunk/m...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Nov 3 14:15:05 CST 2009


Author: oej
Date: Tue Nov  3 14:15:02 2009
New Revision: 227377

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=227377
Log:
Thanks to Josh Colp for a quick answer and saving me from running around in circles while singing Abba songs and sending fake twitters...

Modified:
    team/oej/manager-check-trunk/main/manager.c

Modified: team/oej/manager-check-trunk/main/manager.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/manager-check-trunk/main/manager.c?view=diff&rev=227377&r1=227376&r2=227377
==============================================================================
--- team/oej/manager-check-trunk/main/manager.c (original)
+++ team/oej/manager-check-trunk/main/manager.c Tue Nov  3 14:15:02 2009
@@ -5530,7 +5530,7 @@
 		ast_manager_register_xml("ModuleCheck", EVENT_FLAG_SYSTEM, manager_modulecheck);
 
 		ast_cli_register_multiple(cli_manager, ARRAY_LEN(cli_manager));
-		ast_custom_function_register(&managerclient_function);
+		__ast_custom_function_register(&managerclient_function, NULL);
 		ast_extension_state_add(NULL, NULL, manager_state_cb, NULL);
 		registered = 1;
 		/* Append placeholder event so master_eventq never runs dry */




More information about the svn-commits mailing list