+ logthing(LOGTHING_INFO, "Finished reading %d keys.",
+ result);
+
+ initdb(false);
+ logthing(LOGTHING_NOTICE, "Got %d new keys.",
+ update_keys(&keys));
+ if (keys != NULL && update) {
+ flatten_publickey(keys,
+ &packets,
+ &list_end);
+ armor_openpgp_stream(stdout_putchar,
+ NULL,
+ packets);
+ free_packet_list(packets);
+ packets = NULL;