mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
homed: fix dbus node enumerator
Fixes #24114. (cherry picked from commit52023622d2
) (cherry picked from commit834632a477
)
This commit is contained in:
parent
81bc16ab7c
commit
ed66376b05
@ -771,6 +771,8 @@ static int bus_home_node_enumerator(
|
||||
r = bus_home_path(h, l + k);
|
||||
if (r < 0)
|
||||
return r;
|
||||
|
||||
k++;
|
||||
}
|
||||
|
||||
*nodes = TAKE_PTR(l);
|
||||
|
Loading…
Reference in New Issue
Block a user