diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2012-10-22 02:59:44 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2012-10-22 02:59:44 +0000 |
| commit | fbe37851ffc3e84657d136be58dc592610f16ad7 (patch) | |
| tree | 640bcb9ce2a0b1f0f23477d088852054684c54b7 /usr.bin/csup | |
| parent | 1acb71e6990a740a479f94517d379fe701e3aa62 (diff) | |
Notes
Diffstat (limited to 'usr.bin/csup')
| -rw-r--r-- | usr.bin/csup/lister.c | 2 |
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); |
