[svn-commits] mmichelson: branch 1.4 r136238 - /branches/1.4/apps/app_queue.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Aug 6 15:42:16 CDT 2008


Author: mmichelson
Date: Wed Aug  6 15:42:15 2008
New Revision: 136238

URL: http://svn.digium.com/view/asterisk?view=rev&rev=136238
Log:
We only need to unregister the QueueStatus manager
command once on an unload


Modified:
    branches/1.4/apps/app_queue.c

Modified: branches/1.4/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_queue.c?view=diff&rev=136238&r1=136237&r2=136238
==============================================================================
--- branches/1.4/apps/app_queue.c (original)
+++ branches/1.4/apps/app_queue.c Wed Aug  6 15:42:15 2008
@@ -5045,7 +5045,6 @@
 	ast_cli_unregister_multiple(cli_queue, sizeof(cli_queue) / sizeof(struct ast_cli_entry));
 	res = ast_manager_unregister("QueueStatus");
 	res |= ast_manager_unregister("Queues");
-	res |= ast_manager_unregister("QueueStatus");
 	res |= ast_manager_unregister("QueueAdd");
 	res |= ast_manager_unregister("QueueRemove");
 	res |= ast_manager_unregister("QueuePause");




More information about the svn-commits mailing list