X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/523633cb1b66234daa431f71278041f511046f00..321e011925f486709cadd1ab873e8847fc84cbca:/keydb_pg.c diff --git a/keydb_pg.c b/keydb_pg.c index 8b89b71..b5afc9e 100644 --- a/keydb_pg.c +++ b/keydb_pg.c @@ -11,8 +11,6 @@ #include #include -//#include -//#include #include #include #include @@ -243,7 +241,8 @@ int fetch_key_text(const char *search, struct openpgp_publickey **publickey) "Can't open large object."); } else { read_openpgp_stream(keydb_fetchchar, &fd, - &packets); + &packets, + 0); parse_keys(packets, publickey); lo_close(dbconn, fd); free_packet_list(packets);