summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/csup/lister.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/csup/lister.c b/usr.bin/csup/lister.c
index b10dbd3..104963a 100644
--- a/usr.bin/csup/lister.c
+++ b/usr.bin/csup/lister.c
@@ -530,7 +530,7 @@ lister_dorcsdead(struct lister *l, struct coll *coll, struct statusrec *sr)
return (0);
config = l->config;
wr = l->wr;
- if (!coll->co_options & CO_TRUSTSTATUSFILE) {
+ if (!(coll->co_options & CO_TRUSTSTATUSFILE)) {
path = cvspath(coll->co_prefix, sr->sr_file, 1);
if (path == NULL) {
spath = coll_statuspath(coll);
OpenPOWER on IntegriCloud