X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Ftmpfiles.c;h=8cbce12dcd14e014b80995d6d6605ae309b4c100;hb=85eda5721f8d2a20482ef228d341fbbd134c6799;hp=f3c38a84339229c48eb68c61891934c0518283db;hpb=31ed59c51126fce7d958c188772a397e2a1ed010;p=elogind.git diff --git a/src/tmpfiles.c b/src/tmpfiles.c index f3c38a843..8cbce12dc 100644 --- a/src/tmpfiles.c +++ b/src/tmpfiles.c @@ -893,7 +893,7 @@ static bool item_equal(Item *a, Item *b) { a->type == TRUNCATE_FILE || a->type == WRITE_FILE || a->type == CREATE_SYMLINK) && - !streq(a->argument, b->argument)) + !streq_ptr(a->argument, b->argument)) return false; if ((a->type == CREATE_CHAR_DEVICE ||