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
This commit is contained in:
Richard Mudgett
2013-10-01 16:34:51 +00:00
parent 2efa0948dc
commit d3f1f5369f

View 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;
}