X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/0f4971d043c38bae1bfb95201622a1405110f899..9a96aa6edb1d8033124fe81b945c7e76f37d6087:/add.c diff --git a/add.c b/add.c index 2c6abb9..f90dd88 100644 --- a/add.c +++ b/add.c @@ -5,7 +5,7 @@ * * Copyright 2002 Project Purple * - * $Id: add.c,v 1.10 2003/06/04 20:57:06 noodles Exp $ + * $Id: add.c,v 1.12 2004/03/23 12:33:46 noodles Exp $ */ #include @@ -56,14 +56,14 @@ int main(int argc, char *argv[]) if (ctx.buffer == NULL) { puts("Error: No keytext to add supplied."); } else { - readconfig(); + readconfig(NULL); initlogthing("add", config.logfile); dearmor_openpgp_stream(buffer_fetchchar, &ctx, &packets); if (packets != NULL) { parse_keys(packets, &keys); - initdb(); + initdb(false); printf("Got %d new keys.\n", update_keys(&keys)); if (keys != NULL) {