X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Ftmpfiles.c;h=1ad5a01eab9eaf3abd32c8fa4d7340287c34498b;hb=2a77d31df976c3934e3b38a9e61c000ec9a8acc2;hp=4953649252a19d3ff94f19320d3f9c7b4b111c17;hpb=3b63d2d31d0850bd7a81ab9b468218d2c4c461e8;p=elogind.git diff --git a/src/tmpfiles.c b/src/tmpfiles.c index 495364925..1ad5a01ea 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) { @@ -792,5 +793,7 @@ finish: hashmap_free(items); + label_finish(); + return r; }