summaryrefslogtreecommitdiff
path: root/src/tmpfiles
diff options
context:
space:
mode:
Diffstat (limited to 'src/tmpfiles')
-rw-r--r--src/tmpfiles/offline-passwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tmpfiles/offline-passwd.c b/src/tmpfiles/offline-passwd.c
index f712099b0b..4ffed1c102 100644
--- a/src/tmpfiles/offline-passwd.c
+++ b/src/tmpfiles/offline-passwd.c
@@ -62,7 +62,7 @@ static int populate_uid_cache(const char *root, Hashmap **ret) {
return -ENOMEM;
r = hashmap_put(cache, n, UID_TO_PTR(pw->pw_uid));
- if (IN_SET(r, 0 -EEXIST))
+ if (IN_SET(r, 0, -EEXIST))
continue;
if (r < 0)
return r;