summaryrefslogtreecommitdiff
path: root/src/rdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rdb.c')
-rw-r--r--src/rdb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rdb.c b/src/rdb.c
index ec7656b6d..4076950cc 100644
--- a/src/rdb.c
+++ b/src/rdb.c
@@ -480,6 +480,8 @@ int rdb_load_dbases(void)
}
alog("RDB: All DataBases loaded.");
+
+ return 0;
}
/*************************************************************************/