1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-22 06:50:18 +03:00

tmpfiles: fix output value assignment

Fixes a bug in 7eeda1da90c79ba420a6d82c1d9589b23048d79f (v256).

(cherry picked from commit 914d1ec171eb0e27ced472aed2d05eae19b265da)
This commit is contained in:
Yu Watanabe 2025-02-28 20:25:05 +09:00 committed by Luca Boccassi
parent 349012c493
commit ee7e9ac11c

View File

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