projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68a3d91
)
machine: drop really old kdbus left-over
author
Lennart Poettering
<lennart@poettering.net>
Fri, 11 Dec 2020 11:04:21 +0000
(12:04 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Tue, 15 Dec 2020 16:59:37 +0000
(17:59 +0100)
The "x-machine-kernel" dbus address has been removed a long time ago,
hence don't generate it either.
src/machine/machine-dbus.c
patch
|
blob
|
history
diff --git
a/src/machine/machine-dbus.c
b/src/machine/machine-dbus.c
index bb67beb665b10bc166dd181d7c275ea87f4f6602..46465716685acef675b0521ee11853146ebc92cd 100644
(file)
--- a/
src/machine/machine-dbus.c
+++ b/
src/machine/machine-dbus.c
@@
-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;