diff options
author | root <devnull@localhost> | 1996-07-11 23:42:46 +0000 |
---|---|---|
committer | root <devnull@localhost> | 1996-07-11 23:42:46 +0000 |
commit | f722281aa171f42165e5272bef05ce5136a93483 (patch) | |
tree | c041e53828371bb1df06e517963d8658e7aafac9 /checksig.c | |
parent | 6f0ecdac88d12f3cde9688dd2f511e8daaf03778 (diff) | |
download | librpm-tizen-f722281aa171f42165e5272bef05ce5136a93483.tar.gz librpm-tizen-f722281aa171f42165e5272bef05ce5136a93483.tar.bz2 librpm-tizen-f722281aa171f42165e5272bef05ce5136a93483.zip |
clean up temp file
CVS patchset: 790
CVS date: 1996/07/11 23:42:46
Diffstat (limited to 'checksig.c')
-rw-r--r-- | checksig.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checksig.c b/checksig.c index 7cc377263..94b01a6cf 100644 --- a/checksig.c +++ b/checksig.c @@ -243,6 +243,7 @@ int doCheckSig(int pgp, char **argv) } freeIterator(sigIter); res += res2; + unlink(sigtarget); if (res2) { if (isVerbose()) { |