tmpfiles: fix error check

This commit is contained in:
Lennart Poettering 2013-06-21 15:57:42 +02:00
parent 7f1ad696a2
commit 96ca81944e
1 changed files with 1 additions and 1 deletions

View File

@ -783,7 +783,7 @@ static int create_item(Item *i) {
r = glob_item(i, item_set_perms);
if (r < 0)
return 0;
return r;
break;
case RECURSIVE_RELABEL_PATH: