bareos: bareos-14.2 0cd4fe01

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen bareos-14.2 2015-03-31 16:11 bareos-14.2 bb6beb10 Pending
Affected Issues  0000436: Restore crash file daemon
Changeset Use proper variable type for format attribute.

DeviceIoControl with flag FSCTL_SET_COMPRESSION expect the format to be
as unsigned short not integer which can be 32 or 64 bits depending on
the compile. Switched this variable to uint16_t which should be an
unsigned short.

Fixes 0000436: Restore crash file daemon
mod - src/findlib/attribs.c Diff File