bareos: master 5394724e

Author Committer Branch Timestamp Parent
pstorz pstorz master 2023-03-14 17:49 master 0aab9dc6 Pending
Changeset berrno_test.cc: accept both 271E and 273E

The error string for bind_error_message can be both
"No such file or directory (errno=2 | win_error=0x0000271E)"
and
"No such file or directory (errno=2 | win_error=0x0000273F)"
depending on the windows cross chain.

We now allow both.
mod - core/src/tests/berrno_test.cc Diff File