summaryrefslogtreecommitdiff
path: root/lib/verify.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2017-11-10 10:53:11 +0200
committerPanu Matilainen <pmatilai@redhat.com>2017-11-10 10:53:11 +0200
commit605891908e3ca3ec6e1fc6c24f4c9b3f28971f0f (patch)
tree91567998301997ee2b8b15fecfdbb813569c7f09 /lib/verify.c
parent734de804b5f3513ce4994cd8aeec892476725ab1 (diff)
downloadrpm-605891908e3ca3ec6e1fc6c24f4c9b3f28971f0f.tar.gz
Rename qva_flags to a more descriptive qva_excattr
No functional changes, just an API break in the practically unused cli-department. Of course wouldn't be worth the breaking unless there was a benefit, which will come in later commits.
Diffstat (limited to 'lib/verify.c')
-rw-r--r--lib/verify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/verify.c b/lib/verify.c
index 3096ccae0..3d05ea75b 100644
--- a/lib/verify.c
+++ b/lib/verify.c
@@ -474,7 +474,7 @@ int showVerifyPackage(QVA_t qva, rpmts ts, Header h)
ec = rc;
}
if (qva->qva_flags & VERIFY_FILES) {
- if ((rc = verifyHeader(ts, h, omitMask, qva->qva_fflags)) != 0)
+ if ((rc = verifyHeader(ts, h, omitMask, qva->qva_excattr)) != 0)
ec = rc;
}
if (qva->qva_flags & VERIFY_SCRIPT) {