X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/d060a4874d44c3cbe0681db81fca0e7e892f3537..a534b3b856a1e3cbfe60bc0bca432e802f9718be:/keydb_pg.c diff --git a/keydb_pg.c b/keydb_pg.c index 812e5d7..85ea500 100644 --- a/keydb_pg.c +++ b/keydb_pg.c @@ -608,7 +608,7 @@ static int pg_iterate_keys(void (*iterfunc)(void *ctx, } else { read_openpgp_stream(keydb_fetchchar, &fd, &packets, 0); - parse_keys(packets, key); + parse_keys(packets, &key); lo_close(dbconn, fd); iterfunc(ctx, key);