aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'cdr/cdr_manager.c')
-rw-r--r--cdr/cdr_manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdr/cdr_manager.c b/cdr/cdr_manager.c
index 4e43a30ff..bd6ef6709 100644
--- a/cdr/cdr_manager.c
+++ b/cdr/cdr_manager.c
@@ -146,7 +146,7 @@ static int load_module(void)
int res;
/* Configuration file */
- if(loadconfigurationfile())
+ if (!loadconfigurationfile())
return AST_MODULE_LOAD_DECLINE;
res = ast_cdr_register(name, "Asterisk Manager Interface CDR Backend", manager_log);