summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/logind.c2
-rw-r--r--src/logind.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/logind.c b/src/logind.c
index 701ef494e8..8507c2e152 100644
--- a/src/logind.c
+++ b/src/logind.c
@@ -771,7 +771,7 @@ static void manager_pipe_notify_eof(Manager *m, int fd) {
assert(s->pipe_fd == fd);
session_unset_pipe_fd(s);
- session_add_to_gc_queue(s);
+ session_stop(s);
}
static int manager_connect_bus(Manager *m) {
diff --git a/src/logind.h b/src/logind.h
index 5c513b4021..be8bb1d389 100644
--- a/src/logind.h
+++ b/src/logind.h
@@ -39,7 +39,6 @@
* direct client API
* D-Bus method: AttachDevices(seat, devices[]);
* D-Bus method: SetLinger(user, bool b);
- * kill cgroup immediately when fd is EOF.
*
* non-local X11 server
* reboot/shutdown halt management