diff options
-rw-r--r-- | daemon/logind/logind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/logind/logind.c b/daemon/logind/logind.c index b0b546be..213d8a02 100644 --- a/daemon/logind/logind.c +++ b/daemon/logind/logind.c @@ -1004,7 +1004,7 @@ auth_start(int fd, login_conn_ctx *conn) /////////////////////////////////////////////////////////////////////// // Event callbacks -static struct event ev_sighup, ev_pipe, ev_tunnel; +static struct event ev_sighup, ev_sigpipe, ev_tunnel; static void sighup_cb(int signal, short event, void *arg) |