catar: define all feature flags

This commit is contained in:
Dietmar Maurer
2019-01-12 16:49:02 +01:00
parent 4c0fd4871e
commit b41d1aab8c
2 changed files with 60 additions and 2 deletions

View File

@ -148,7 +148,7 @@ impl <'a, W: Write> CaTarEncoder<'a, W> {
let entry = CaFormatEntry {
feature_flags: CA_FORMAT_FEATURE_FLAGS_MAX, // fixme: ??
feature_flags: CA_FORMAT_DEFAULT, // fixme: ??
mode: mode,
flags: 0,
uid: stat.st_uid as u64,