summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tmpfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tmpfiles.c b/src/tmpfiles.c
index f3c38a8433..8cbce12dcd 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 ||