Diff between 35803206af73a041c04481dfac0c9e1feac5e561 and 9c249a035d73b0d23ea3f456382891580431168b
Changed Files
| File | Additions | Deletions | Status |
| client/main.c | +2 | -0 | modified |
Full Patch
diff --git a/client/main.c b/client/main.c
index 1b9c683..ae7d6b8 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);