bareos: master a55e198a

Author Committer Branch Timestamp Parent
Andreas Rogge Andreas Rogge master 2022-01-28 12:28 master a9358e93 Pending
Changeset lib: stop using htable::init()/htable::destroy()

This patch replaces uses if htable::init() with new htable() and uses of
htable::destroy() with either delete or std::destroy_at()
mod - core/src/cats/bvfs.cc Diff File
mod - core/src/dird/ndmp_fhdb_mem.cc Diff File
mod - core/src/filed/accurate_htable.cc Diff File
mod - core/src/findlib/find_one.cc Diff File
mod - core/src/findlib/hardlink.cc Diff File
mod - core/src/lib/path_list.cc Diff File
mod - core/src/lib/tree.cc Diff File
mod - core/src/tests/htable_test.cc Diff File