projects
/
tools
/
librpm-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f0ecda
)
clean up temp file
author
root
<devnull@localhost>
Thu, 11 Jul 1996 23:42:46 +0000
(23:42 +0000)
committer
root
<devnull@localhost>
Thu, 11 Jul 1996 23:42:46 +0000
(23:42 +0000)
CVS patchset: 790
CVS date: 1996/07/11 23:42:46
checksig.c
patch
|
blob
|
history
lib/signature.c
patch
|
blob
|
history
diff --git
a/checksig.c
b/checksig.c
index
7cc3772
..
94b01a6
100644
(file)
--- 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()) {
diff --git
a/lib/signature.c
b/lib/signature.c
index
7d15ae3
..
e2ac3ad
100644
(file)
--- a/
lib/signature.c
+++ b/
lib/signature.c
@@
-384,6
+384,7
@@
static int verifyPGPSignature(char *datafile, void *sig,
fclose(file);
waitpid(pid, &status, 0);
+ unlink(sigfile);
if (!WIFEXITED(status) || WEXITSTATUS(status)) {
return 1;
}