diff options
-rw-r--r-- | utility/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utility/shell.c b/utility/shell.c index 0fea741..78ab1b7 100644 --- a/utility/shell.c +++ b/utility/shell.c | |||
@@ -281,7 +281,7 @@ void * APR_THREAD_FUNC run_filethread(apr_thread_t *thd, void *data) | |||
281 | if (!cfg->dryrun) { | 281 | if (!cfg->dryrun) { |
282 | if ((rv = database_connect(cfg, &dbconn))) { | 282 | if ((rv = database_connect(cfg, &dbconn))) { |
283 | logging_log(cfg,LOGLEVEL_NOISE, "Error Connecting to Database"); | 283 | logging_log(cfg,LOGLEVEL_NOISE, "Error Connecting to Database"); |
284 | exit(1); | 284 | return NULL; |
285 | } | 285 | } |
286 | } | 286 | } |
287 | 287 | ||