summaryrefslogtreecommitdiffstats
path: root/plugin/eurephia.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/eurephia.c')
-rw-r--r--plugin/eurephia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/eurephia.c b/plugin/eurephia.c
index 8dc01e2..4853591 100644
--- a/plugin/eurephia.c
+++ b/plugin/eurephia.c
@@ -170,7 +170,7 @@ eurephiaCTX *eurephiaInit(const char **argv)
ctx->loglevel = loglvl;
// Load the database driver
- if( (error == 0) && eDBlink_init(ctx, dbi) ) {
+ if( (error == 0) && eDBlink_init(ctx, dbi, 1) ) {
// Connect to the database
if( !eDBconnect(ctx, dbargc, dbargv) ) {
eurephia_log(ctx, LOG_PANIC, 0, "Could not connect to the database");