X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=add.c;fp=add.c;h=f90dd88be53a10d7e809ea7e2ecb30fe71f4a298;hb=cd002cef518222c140de94b8817874b072b2d918;hp=2aee761884fe6ae786cc2f9f20a76fc91f3fe27f;hpb=7f1c2d9ec737a90d4d216f59ccb8b93f9054c472;p=onak.git diff --git a/add.c b/add.c index 2aee761..f90dd88 100644 --- a/add.c +++ b/add.c @@ -5,7 +5,7 @@ * * Copyright 2002 Project Purple * - * $Id: add.c,v 1.11 2003/10/15 21:15:20 noodles Exp $ + * $Id: add.c,v 1.12 2004/03/23 12:33:46 noodles Exp $ */ #include @@ -63,7 +63,7 @@ int main(int argc, char *argv[]) &packets); if (packets != NULL) { parse_keys(packets, &keys); - initdb(); + initdb(false); printf("Got %d new keys.\n", update_keys(&keys)); if (keys != NULL) {