From d3f1f5369f3b1d3f1cb64d079b6e6e1f2a6dc383 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Tue, 1 Oct 2013 16:34:51 +0000 Subject: [PATCH] Features: Rearm the parking config options have moved warning for each reload. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@400227 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/features_config.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main/features_config.c b/main/features_config.c index c762060d59..3d2ded576b 100644 --- a/main/features_config.c +++ b/main/features_config.c @@ -1868,6 +1868,9 @@ void ast_features_config_shutdown(void) int ast_features_config_reload(void) { + /* Rearm the parking config options have moved warning. */ + parking_warning = 0; + if (aco_process_config(&cfg_info, 1) == ACO_PROCESS_ERROR) { return -1; }