bareos: master 86450c40

Author Committer Branch Timestamp Parent
Alaa Eddine Elamri Andreas Rogge master 2022-12-23 15:21 master 4e78fde3 Pending
Changeset refactor: change return value of `TermFindFiles`

It turns out that `TermFindFiles` and `TermFindOne` were made
to return hard links just for testfind. Nowhere else in the code is
hard links count used.
Testfind will later directly get the count from its own fileset without
the need for calling `TermFindFiles`
mod - core/src/findlib/find.cc Diff File
mod - core/src/findlib/find.h Diff File
mod - core/src/findlib/find_one.cc Diff File
mod - core/src/findlib/find_one.h Diff File