mirror of
https://github.com/systemd/systemd.git
synced 2026-08-12 22:17:19 +00:00
ssh-proxy: Fix runtime directory
(cherry picked from commit a81a88560b)
This commit is contained in:
committed by
Luca Boccassi
parent
d97e6e3eb7
commit
34adbfa2ea
@@ -268,7 +268,7 @@ static int fetch_machine(const char *machine, RuntimeScope scope, sd_json_varian
|
||||
assert(ret);
|
||||
|
||||
_cleanup_free_ char *addr = NULL;
|
||||
r = runtime_directory_generic(scope, "machine/io.systemd.Machine", &addr);
|
||||
r = runtime_directory_generic(scope, "systemd/machine/io.systemd.Machine", &addr);
|
||||
if (r < 0)
|
||||
return r;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user