From 95056b27a05c527f4724b6c52abb2a7a69a3a5d0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 10 Nov 2013 23:05:08 +0100 Subject: [PATCH] button: don't exit if we cannot handle a button press --- src/login/logind-button.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/login/logind-button.c b/src/login/logind-button.c index 7ea4e4f6a..3dd082948 100644 --- a/src/login/logind-button.c +++ b/src/login/logind-button.c @@ -113,7 +113,7 @@ static int button_handle( * execute another one until the lid is opened/closed again */ b->lid_close_queued = false; - return r; + return 0; } static int button_dispatch(sd_event_source *s, int fd, uint32_t revents, void *userdata) { -- 2.30.2