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:
parent
349012c493
commit
ee7e9ac11c
@ -586,7 +586,7 @@ static int opendir_and_stat(
|
||||
|
||||
*ret = NULL;
|
||||
*ret_sx = (struct statx) {};
|
||||
*ret_mountpoint = NULL;
|
||||
*ret_mountpoint = false;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user