From 56b9568164b694a42e88f1f8a31012078b833203 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Thu, 16 Aug 2007 21:09:46 +0000 Subject: 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 --- apps/app_alarmreceiver.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/app_alarmreceiver.c') diff --git a/apps/app_alarmreceiver.c b/apps/app_alarmreceiver.c index b48c8dba3..194a33237 100644 --- a/apps/app_alarmreceiver.c +++ b/apps/app_alarmreceiver.c @@ -714,10 +714,11 @@ static int load_config(void) { struct ast_config *cfg; const char *p; + struct ast_flags config_flags = { 0 }; /* Read in the config file */ - cfg = ast_config_load(ALMRCV_CONFIG); + cfg = ast_config_load(ALMRCV_CONFIG, config_flags); if(!cfg){ -- cgit v1.2.3