- parse_keys(packets, &keys);
- initdb();
- printf("Got %d new keys.\n",
- update_keys(&keys));
+ printf("Storing %d keys.\n",
+ parse_keys(packets, &keys));
+ end_html();
+ fclose(stdout);
+ fclose(stderr);
+ initdb(false);
+ count = update_keys(&keys);
+ printf("Got %d new keys.\n", count);
+ logthing(LOGTHING_NOTICE, "Got %d new keys.",
+ count);