X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;ds=sidebyside;f=keydb_pg.c;h=85ea50060b5b12a58cad35badabb066d9d9043a8;hb=f5037a4a370b891e14971228c1d491184c7fe8bd;hp=812e5d76b1aa079777ffa58a43b579c08a966070;hpb=d060a4874d44c3cbe0681db81fca0e7e892f3537;p=onak.git 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);