mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-17 02:02:22 +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:
@@ -48,11 +48,12 @@ static int load_config(void)
|
||||
{
|
||||
struct ast_variable *var;
|
||||
struct ast_config *cfg;
|
||||
struct ast_flags config_flags = { 0 };
|
||||
char *cat;
|
||||
|
||||
res_snmp_enabled = 0;
|
||||
res_snmp_agentx_subagent = 1;
|
||||
cfg = ast_config_load("res_snmp.conf");
|
||||
cfg = ast_config_load("res_snmp.conf", config_flags);
|
||||
if (!cfg) {
|
||||
ast_log(LOG_WARNING, "Could not load res_snmp.conf\n");
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user