summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
d060a48)
We weren't passing the correct pointer into the parse_keys function
when parsing the packets we'd read.
} else {
read_openpgp_stream(keydb_fetchchar, &fd,
&packets, 0);
} else {
read_openpgp_stream(keydb_fetchchar, &fd,
&packets, 0);
- parse_keys(packets, key);
+ parse_keys(packets, &key);
lo_close(dbconn, fd);
iterfunc(ctx, key);
lo_close(dbconn, fd);
iterfunc(ctx, key);