summaryrefslogtreecommitdiff
path: root/build/parseSpec.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-01-18 22:51:30 +0000
committerjbj <devnull@localhost>2002-01-18 22:51:30 +0000
commitc74fa2496545a34868e93ab830b304033781cde3 (patch)
treeb02775ad932ceb3dd34c99b157e5b25e3506accf /build/parseSpec.c
parent3ef59667d3d4c6e2c4a64d53dc60472abb607e26 (diff)
downloadrpm-c74fa2496545a34868e93ab830b304033781cde3.tar.gz
rpm-c74fa2496545a34868e93ab830b304033781cde3.tar.bz2
rpm-c74fa2496545a34868e93ab830b304033781cde3.zip
- missing key(s) on keyring when verifying a signature is now an error.
- remove dependency whiteout. - splint fiddles. CVS patchset: 5255 CVS date: 2002/01/18 22:51:30
Diffstat (limited to 'build/parseSpec.c')
-rw-r--r--build/parseSpec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/parseSpec.c b/build/parseSpec.c
index 006ab46ec..2fa374bab 100644
--- a/build/parseSpec.c
+++ b/build/parseSpec.c
@@ -350,7 +350,9 @@ retry:
spec->line[0] = '\0';
}
+ /*@-compmempass@*/ /* FIX: spec->readStack->next should be dependent */
return 0;
+ /*@=compmempass@*/
}
void closeSpec(Spec spec)