From d532b92cd0e89362a0a04fad48560e9cef4c1478 Mon Sep 17 00:00:00 2001 From: tilghman Date: Fri, 27 Feb 2009 21:32:13 +0000 Subject: If config file is blank, don't load module. (Closes issue #14563) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@179161 f38db490-d61c-443f-a65b-d21fe96a405b --- cdr/cdr_sqlite3_custom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdr/cdr_sqlite3_custom.c b/cdr/cdr_sqlite3_custom.c index 3bac49550..b79bb50ac 100644 --- a/cdr/cdr_sqlite3_custom.c +++ b/cdr/cdr_sqlite3_custom.c @@ -172,7 +172,7 @@ static int load_config(int reload) /* Nothing configured */ ast_mutex_unlock(&lock); ast_config_destroy(cfg); - return 0; + return -1; } /* Mapping must have a table name */ -- cgit v1.2.3