cscvs to tla changeset 3
[onak.git] / add.c
diff --git a/add.c b/add.c
index d820b528fe30b5b1011e7246a334fec67679223a..3af930903ce4d70e4f87b49b566c1122e0f6f7e6 100644 (file)
--- a/add.c
+++ b/add.c
@@ -66,7 +66,7 @@ int main(int argc, char *argv[])
                        parse_keys(packets, &keys);
                        initdb();
                        printf("Got %d new keys.\n",
-                                       update_keys(&keys));
+                                       update_keys(&keys, false));
                        cleanupdb();
                } else {
                        puts("No OpenPGP packets found in input.");