bareos: master 77809905

Author Committer Branch Timestamp Parent
Sebastian Sura Bareos Bot master 2025-01-21 14:53 master 1c0d9b85 Pending
Changeset addresses-and-ports: fix test on windows

On windows its fine to have a bound socket on 127.0.0.1:X and
0.0.0.0:X, so the test fails as it expected this to not work.

Thankfully binding 0.0.0.0:X twice _does_ still fail (like the other
tests already show), so I just changed this test to be like the other
ones and have the director bind on 0.0.0.0.
mod - core/src/tests/addresses_and_ports_config.cc Diff File
mod - core/src/tests/configs/addresses-and-ports/old-style/dir-v4port-and-address-set/bareos-dir.d/director/bareos-dir.conf Diff File