aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/csup
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-10-22 02:59:44 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-10-22 02:59:44 +0000
commitfbe37851ffc3e84657d136be58dc592610f16ad7 (patch)
tree640bcb9ce2a0b1f0f23477d088852054684c54b7 /usr.bin/csup
parent1acb71e6990a740a479f94517d379fe701e3aa62 (diff)
Notes
Diffstat (limited to 'usr.bin/csup')
-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 b10dbd3a17e0..104963afa85d 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);