mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Don't reload a configuration file if nothing has changed.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@79747 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1067,9 +1067,10 @@ static void adsi_load(void)
|
||||
int x;
|
||||
struct ast_config *conf;
|
||||
struct ast_variable *v;
|
||||
struct ast_flags config_flags = { 0 };
|
||||
char *name, *sname;
|
||||
init_state();
|
||||
conf = ast_config_load("adsi.conf");
|
||||
conf = ast_config_load("adsi.conf", config_flags);
|
||||
if (conf) {
|
||||
x=0;
|
||||
for (v = ast_variable_browse(conf, "intro"); v; v = v->next) {
|
||||
|
Reference in New Issue
Block a user