bareos: master 081b879d

Author Committer Branch Timestamp Parent
arogge Alaa Eddine Elamri master 2021-09-22 17:49 master 962f4e01 Pending
Changeset lib: correctly handle v6 in addresses directives

previously, if you tried to add an IPv6 address using one of the
directives Dir Address, FD Address or SD Address, it would listen on
0.0.0.0. This patch sees if the string looks like an IPv6 address and
adds it correctly leading to a less surprising behaviour.
mod - core/src/lib/res.cc Diff File