]> the.earth.li Git - onak.git/blobdiff - add.c
cscvs to tla changeset 117
[onak.git] / add.c
diff --git a/add.c b/add.c
index 2a99036adbe2fe017359f00962a027b8a9127fce..f90dd88be53a10d7e809ea7e2ecb30fe71f4a298 100644 (file)
--- a/add.c
+++ b/add.c
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: add.c,v 1.12 2004/03/23 12:33:46 noodles Exp $
  */
 
 #include <errno.h>
@@ -54,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) {