Just return outright on a reload since we have already processed configuration.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@391699 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Michelson
2013-06-13 18:26:25 +00:00
parent 8146da8606
commit cc06020f23

View File

@@ -1560,7 +1560,7 @@ int ast_features_config_reload(void)
if (aco_process_config(&cfg_info, 1) == ACO_PROCESS_ERROR) {
return -1;
}
return load_config();
return 0;
}
int ast_features_config_init(void)