From 33905d7af79bd736e27b88f8e562aad94c22fd65 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 30 Oct 2019 23:00:17 -0400 Subject: Remove client count FIXME This minor thing would take too much code convolution to do. --- bounce.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'bounce.c') diff --git a/bounce.c b/bounce.c index b26a1cb..aa1cecc 100644 --- a/bounce.c +++ b/bounce.c @@ -241,8 +241,6 @@ int main(int argc, char *argv[]) { close(fd); } else { eventAdd(fd, clientAlloc(tls)); - // FIXME: This should only be done after a successful - // client registration. if (!clients++) serverFormat("AWAY\r\n"); } continue; -- cgit 1.4.1