diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-02-11 21:58:46 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-02-11 21:58:46 -0500 |
commit | b266400c927a219f99924b4a070ee61e4936af07 (patch) | |
tree | 762abff1a01f69c30f11605fd4b340b41ff1795a /src/core/mount.c | |
parent | 1d00ee20319cf582e302148f4fb53cf963943038 (diff) | |
parent | 9ca6ff50ab7af9d122521c5bb9cc8201cb38181a (diff) |
Merge pull request #2590 from zonque/bus-endpoint-removal
Remove kdbus custom endpoint support
Diffstat (limited to 'src/core/mount.c')
-rw-r--r-- | src/core/mount.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/mount.c b/src/core/mount.c index de1075d3a0..93d2bd595c 100644 --- a/src/core/mount.c +++ b/src/core/mount.c @@ -703,7 +703,6 @@ static int mount_spawn(Mount *m, ExecCommand *c, pid_t *_pid) { .apply_permissions = true, .apply_chroot = true, .apply_tty_stdin = true, - .bus_endpoint_fd = -1, .stdin_fd = -1, .stdout_fd = -1, .stderr_fd = -1, |