Skip to content
Snippets Groups Projects
Commit a0db5275 authored by Richard Mudgett's avatar Richard Mudgett
Browse files

Features: Rearm the parking config options have moved warning for each reload.

........

Merged revisions 400227 from http://svn.asterisk.org/svn/asterisk/branches/12


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@400228 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent d196d732
No related merge requests found
...@@ -1868,6 +1868,9 @@ void ast_features_config_shutdown(void) ...@@ -1868,6 +1868,9 @@ void ast_features_config_shutdown(void)
int ast_features_config_reload(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) { if (aco_process_config(&cfg_info, 1) == ACO_PROCESS_ERROR) {
return -1; return -1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment