From 9c249a035d73b0d23ea3f456382891580431168b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 11 Jul 2017 11:26:42 -0700 Subject: [PATCH] client: Add missing fall through declaration --- client/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/main.c b/client/main.c index 1b9c68343..ae7d6b84c 100644 --- a/client/main.c +++ b/client/main.c @@ -2512,6 +2512,8 @@ static gboolean signal_handler(GIOChannel *channel, GIOCondition condition, * to terminate client by CTRL-D or typing exit treat this as * exit and fall through. */ + + /* fall through */ case SIGTERM: if (!terminated) { rl_replace_line("", 0); -- 2.47.3