summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.c4
-rw-r--r--version.log6
2 files changed, 8 insertions, 2 deletions
diff --git a/init.c b/init.c
index dd764586e..e3262d487 100644
--- a/init.c
+++ b/init.c
@@ -644,9 +644,9 @@ int init(int ac, char **av)
#ifdef USE_RDB
if (UseRDB)
rdb_load_dbases();
-#endif
/* Need a better way to handle this -dane */
if (!UseRDB) {
+#endif
if (!skeleton) {
load_ns_dbase();
if (debug)
@@ -680,7 +680,9 @@ int init(int ac, char **av)
if (debug)
alog("debug: Loaded PreNick database (9/9)");
}
+#ifdef USE_RDB
}
+#endif
alog("Databases loaded");
/* Save the databases back to file/mysql to reflect any changes */
diff --git a/version.log b/version.log
index 46d8e4a0b..d484fdba0 100644
--- a/version.log
+++ b/version.log
@@ -8,11 +8,15 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="0"
-VERSION_BUILD="18"
+VERSION_BUILD="19"
VERSION_EXTRA=""
# $Log$
#
+# BUILD : 1.7.0 (19)
+# BUGS : none
+# NOTES : Refixed compile error if no RDB :(
+#
# BUILD : 1.7.0 (18)
# BUGS : none
# NOTES : Fixed lack of BotServ. Fixed compile error if no RDB