X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=onak-conf.c;h=70990f87b174ab5565be42d9cf54088265bae512;hb=584b44f3613a29ce27fc8b87cdd8654d3357ed4f;hp=0958502b4d57923119fa0f75d337f58bbe8e301f;hpb=ec6d9d2d119c9b215103c13bcc5b9b44bd24b997;p=onak.git diff --git a/onak-conf.c b/onak-conf.c index 0958502..70990f8 100644 --- a/onak-conf.c +++ b/onak-conf.c @@ -17,6 +17,8 @@ #include "log.h" #include "onak-conf.h" +extern struct dbfuncs DBFUNCS; + /* * config - Runtime configuration for onak. * @@ -49,6 +51,8 @@ struct onak_config config = { */ NULL, /* db_backend */ NULL, /* backends_dir */ + + &DBFUNCS, /* Default dbfuncs struct */ }; void readconfig(const char *configfile) {