mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
- Fix a wrong flag check.
This commit is contained in:
parent
a25883eaea
commit
abb23cb1af
1 changed files with 1 additions and 1 deletions
|
|
@ -421,7 +421,7 @@ lister_dorcsfile(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, 0);
|
||||
if (path == NULL) {
|
||||
spath = coll_statuspath(coll);
|
||||
|
|
|
|||
Loading…
Reference in a new issue