]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Features: Rearm the parking config options have moved warning for each reload.
authorRichard Mudgett <rmudgett@digium.com>
Tue, 1 Oct 2013 16:34:51 +0000 (16:34 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 1 Oct 2013 16:34:51 +0000 (16:34 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@400227 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/features_config.c

index c762060d594440930c28ec477b5f976310fe83e5..3d2ded576b9d88e266d707407bbe139ec7b809af 100644 (file)
@@ -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;
        }