summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-03-31 20:52:20 +0000
committerdane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-03-31 20:52:20 +0000
commitbcbb3cc9b2ee3c1bac50e8306e9db1a49e2aab7e (patch)
tree27d545a99f6f365c79a9765b165c2656c5c41447
parent00be85522533bbb7912ddbf54f0040e158f86d3b (diff)
BUILD : 1.7.0 (19) BUGS : none NOTES : Refixed compile error if no RDB :(
git-svn-id: svn://svn.anope.org/anope/trunk@19 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@12 5417fbe8-f217-4b02-8779-1006273d7864
-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