From bcbb3cc9b2ee3c1bac50e8306e9db1a49e2aab7e Mon Sep 17 00:00:00 2001 From: "dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Wed, 31 Mar 2004 20:52:20 +0000 Subject: [PATCH] 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 --- init.c | 4 +++- version.log | 6 +++++- 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