X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=sixdegrees.c;h=214be63e6e0530dc5a8b4dac5574394b192e084e;hb=adc800dbc424a1e246dd4a82a0c2e88eeda25531;hp=b806c3e50f59a9cb1431e46a646e628a19f3cbde;hpb=83ae316a7b14e55418349e87d1a1942a0627ae14;p=onak.git diff --git a/sixdegrees.c b/sixdegrees.c index b806c3e..214be63 100644 --- a/sixdegrees.c +++ b/sixdegrees.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include @@ -158,7 +157,7 @@ int main(int argc, char *argv[]) readconfig(configfile); free(configfile); initlogthing("sixdegrees", config.logfile); - dbctx = config.dbinit(true); + dbctx = config.dbinit(config.backend, true); if (dbctx != NULL) { inithash(); sixdegrees(dbctx, dbctx->getfullkeyid(dbctx, keyid));