From: Yu Watanabe Date: Tue, 26 Jul 2022 10:31:31 +0000 (+0900) Subject: homed: fix dbus node enumerator X-Git-Tag: v252-rc1~578 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52023622d2f8312887fcf72ca29bab4ad42c8eb7;p=thirdparty%2Fsystemd.git homed: fix dbus node enumerator Fixes #24114. --- diff --git a/src/home/homed-home-bus.c b/src/home/homed-home-bus.c index b39ca3262c7..4663792e5c3 100644 --- a/src/home/homed-home-bus.c +++ b/src/home/homed-home-bus.c @@ -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);