dcb314 reported this via https://github.com/SELinuxProject/selinux/issues/20 Signed-off-by: Stephen Smalley <sds@xxxxxxxxxxxxx> --- libselinux/utils/avcstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libselinux/utils/avcstat.c b/libselinux/utils/avcstat.c index 70b3109..5ff582b 100644 --- a/libselinux/utils/avcstat.c +++ b/libselinux/utils/avcstat.c @@ -203,7 +203,7 @@ int main(int argc, char **argv) if (!parsed) die("unable to parse \'%s\': no data", avcstatfile); - if (cumulative || (!cumulative && !i)) + if (cumulative || !i) printf("%10Lu %10Lu %10Lu %10Lu %10Lu %10Lu\n", tot.lookups, tot.hits, tot.misses, tot.allocations, tot.reclaims, tot.frees); -- 2.7.4 _______________________________________________ Selinux mailing list Selinux@xxxxxxxxxxxxx To unsubscribe, send email to Selinux-leave@xxxxxxxxxxxxx. To get help, send an email containing "help" to Selinux-request@xxxxxxxxxxxxx.