bareos: master 57e75edf

Author Committer Branch Timestamp Parent
Sebastian Sura Bareos Bot master 2024-11-14 12:50 master 4f90f177 Pending
Changeset compat: fix handling of relative paths

Our fix for invalid paths messed up our handling for relative paths as
'.' was treated as an invalid character and was replaced. This caused
the '.' that glob() generated to end up in an absolute path, which was
is not valid.

We can now also reenable the parser test as this was the only reason
that it did not work.
mod - CMakeLists.txt Diff File
mod - core/src/win32/compat/compat.cc Diff File