]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tmpfiles: fix output value assignment
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 28 Feb 2025 11:25:05 +0000 (20:25 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 28 Feb 2025 14:38:02 +0000 (23:38 +0900)
Fixes a bug in 7eeda1da90c79ba420a6d82c1d9589b23048d79f (v256).

src/tmpfiles/tmpfiles.c

index 1be35c00d96adb637958e5e659823469db12612b..28108b813013282a5db3a9666aaccb8bbd030f77 100644 (file)
@@ -587,7 +587,7 @@ static int opendir_and_stat(
 
                 *ret = NULL;
                 *ret_sx = (struct statx) {};
-                *ret_mountpoint = NULL;
+                *ret_mountpoint = false;
                 return 0;
         }