tmpfiles: fix output value assignment

Fixes a bug in 7eeda1da90 (v256).
This commit is contained in:
Yu Watanabe
2025-02-28 20:25:05 +09:00
parent 91421f8379
commit 914d1ec171

View File

@@ -587,7 +587,7 @@ static int opendir_and_stat(
*ret = NULL;
*ret_sx = (struct statx) {};
*ret_mountpoint = NULL;
*ret_mountpoint = false;
return 0;
}