bareos: master 9fc3ae5d
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
Sebastian Sura | Bareos Bot | master | 2024-11-05 14:44 | master 93077a2a | Pending |
Changeset | python-fd: fix version hex Our python version hex was not correct for numbers >= 10. We previously emitted e.g. 0x03100000 for 3.10, when its supposed to be 0x030A0000. This was causing weird crashes because workarounds for old versions that were not supposed to be enabled for newer versions were in fact enabled. |
||||
mod - core/src/include/version_hex.h | Diff File | ||||
mod - core/src/plugins/filed/python/python-fd.cc | Diff File |