diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tmpfiles.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tmpfiles.c b/src/tmpfiles.c index 73246bdd67..1ad5a01eab 100644 --- a/src/tmpfiles.c +++ b/src/tmpfiles.c @@ -497,8 +497,9 @@ static int parse_line(const char *fname, unsigned line, const char *buffer, cons } if (i->type != CREATE_FILE && - i->type != CREATE_DIRECTORY && i->type != TRUNCATE_FILE && + i->type != CREATE_DIRECTORY && + i->type != TRUNCATE_DIRECTORY && i->type != IGNORE_PATH && i->type != REMOVE_PATH && i->type != RECURSIVE_REMOVE_PATH) { |