[asterisk-commits] tilghman: branch 1.8 r284632 - in /branches/1.8: ./ apps/app_queue.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Sep 2 00:31:07 CDT 2010
Author: tilghman
Date: Thu Sep 2 00:31:02 2010
New Revision: 284632
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=284632
Log:
Merged revisions 284631 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r284631 | tilghman | 2010-09-02 00:30:16 -0500 (Thu, 02 Sep 2010) | 7 lines
Don't reset queue stats on a module reload.
(closes issue #17535)
Reported by: raarts
Patches:
20100819__issue17535.diff.txt uploaded by tilghman (license 14)
........
Modified:
branches/1.8/ (props changed)
branches/1.8/apps/app_queue.c
Propchange: branches/1.8/
------------------------------------------------------------------------------
Binary property 'branch-1.6.2-merged' - no diff available.
Modified: branches/1.8/apps/app_queue.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/apps/app_queue.c?view=diff&rev=284632&r1=284631&r2=284632
==============================================================================
--- branches/1.8/apps/app_queue.c (original)
+++ branches/1.8/apps/app_queue.c Thu Sep 2 00:31:02 2010
@@ -8186,7 +8186,7 @@
static int reload(void)
{
- struct ast_flags mask = {AST_FLAGS_ALL,};
+ struct ast_flags mask = {AST_FLAGS_ALL & ~QUEUE_RESET_STATS,};
ast_unload_realtime("queue_members");
reload_handler(1, &mask, NULL);
return 0;
More information about the asterisk-commits
mailing list