diff options
-rw-r--r-- | init.c | 4 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 8 insertions, 2 deletions
@@ -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 |