1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:04:47 +02:00

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
This commit is contained in:
dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-03-31 20:52:20 +00:00
parent 00be855225
commit bcbb3cc9b2
2 changed files with 8 additions and 2 deletions
+3 -1
View File
@@ -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 */
+5 -1
View File
@@ -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