[asterisk-commits] rmudgett: branch 12 r400227 - /branches/12/main/features_config.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Oct 1 11:34:53 CDT 2013
Author: rmudgett
Date: Tue Oct 1 11:34:51 2013
New Revision: 400227
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=400227
Log:
Features: Rearm the parking config options have moved warning for each reload.
Modified:
branches/12/main/features_config.c
Modified: branches/12/main/features_config.c
URL: http://svnview.digium.com/svn/asterisk/branches/12/main/features_config.c?view=diff&rev=400227&r1=400226&r2=400227
==============================================================================
--- branches/12/main/features_config.c (original)
+++ branches/12/main/features_config.c Tue Oct 1 11:34:51 2013
@@ -1868,6 +1868,9 @@
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;
}
More information about the asterisk-commits
mailing list