From d121a41db20392f24f85126a99f7736f614a660b Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 8 Apr 2008 17:15:32 +0300 Subject: [PATCH] Whoops.. gpg-pubkey "release" on import got busted accidentally --- lib/rpmts.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rpmts.c b/lib/rpmts.c index 62eb6aa..9066743 100644 --- a/lib/rpmts.c +++ b/lib/rpmts.c @@ -403,6 +403,7 @@ rpmRC rpmtsImportPubkey(const rpmts ts, const unsigned char * pkt, size_t pktlen goto exit; v = pgpHexStr(pubp->signid, sizeof(pubp->signid)); + r = pgpHexStr(pubp->time, sizeof(pubp->time)); rasprintf(&n, "gpg(%s)", v+8); rasprintf(&u, "gpg(%s)", pubp->userid ? pubp->userid : "none"); -- 2.7.4