diff --git a/apps/app_queue.c b/apps/app_queue.c index 08167b4630..57cbc0b632 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -8186,7 +8186,7 @@ static int load_module(void) 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;