aboutsummaryrefslogtreecommitdiff
path: root/handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'handler.c')
-rw-r--r--handler.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/handler.c b/handler.c
index b8ecb52..9ae9b10 100644
--- a/handler.c
+++ b/handler.c
@@ -205,10 +205,7 @@ int handler_loop(struct handler *const h)
struct server_client *const c = server_poll(h->server, &io, &exit);
if (exit)
- {
- printf("Exiting...\n");
break;
- }
else if (!c)
{
fprintf(stderr, "%s: server_poll failed\n", __func__);