Index: apps/app_queue.c =================================================================== --- apps/app_queue.c (revision 282606) +++ apps/app_queue.c (working copy) @@ -7284,7 +7284,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;