mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user