mirror of
https://github.com/systemd/systemd.git
synced 2025-02-03 17:47:28 +03:00
machine: drop really old kdbus left-over
The "x-machine-kernel" dbus address has been removed a long time ago, hence don't generate it either.
This commit is contained in:
parent
68a3d91538
commit
c4dd2d7575
@ -487,7 +487,7 @@ static int container_bus_new(Machine *m, sd_bus_error *error, sd_bus **ret) {
|
||||
if (r < 0)
|
||||
return r;
|
||||
|
||||
if (asprintf(&address, "x-machine-kernel:pid=%1$" PID_PRI ";x-machine-unix:pid=%1$" PID_PRI, m->leader) < 0)
|
||||
if (asprintf(&address, "x-machine-unix:pid=%" PID_PRI, m->leader) < 0)
|
||||
return -ENOMEM;
|
||||
|
||||
bus->address = address;
|
||||
|
Loading…
x
Reference in New Issue
Block a user