bareos: master ee0b908a

Author Committer Branch Timestamp Parent
arogge arogge master 2020-02-07 17:58 master 4e482a27 Pending
Affected Issues  0001180: CRC checksum algorithm changed between 18.2.7 and 19.2.5, all volumes fail
Changeset stored: use correct algorithm on FreeBSD

Fixes 0001180: CRC checksum algorihm changed between 18.2.7 and 19.2.5

Previously crc32.cc did not detect when it couldn't
find out what endianess the machine was. This is now
fixed so that
1. FreeBSD detects endianess correctly
2. the compile fails when there is no __BYTE_ORDER
mod - core/src/stored/crc32/crc32.cc Diff File