summary refs log tree commit diff
path: root/bounce.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-10-30 23:00:17 -0400
committerJune McEnroe <june@causal.agency>2019-10-30 23:00:17 -0400
commit33905d7af79bd736e27b88f8e562aad94c22fd65 (patch)
treef1cb716baf7fe0ff76181767a1bb899b663b414b /bounce.c
parentPreserve consumers ptr in realloc failure (diff)
downloadpounce-33905d7af79bd736e27b88f8e562aad94c22fd65.tar.gz
pounce-33905d7af79bd736e27b88f8e562aad94c22fd65.zip
Remove client count FIXME
This minor thing would take too much code convolution to do.
Diffstat (limited to 'bounce.c')
-rw-r--r--bounce.c2
1 files changed, 0 insertions, 2 deletions
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;
=1.3.0&id=a96f2890f41e0b9b0ffa1bcdb1dddbef28c01662&follow=1'>ui-ssdiff: ban strcat()Christian Hesse 2018-09-11ui-ssdiff: ban strncpy()Christian Hesse 2018-09-11ui-shared: ban strcat()Christian Hesse 2018-09-11ui-patch: ban sprintf()Christian Hesse 2018-09-11ui-log: ban strncpy()Christian Hesse 2018-09-11ui-log: ban strcpy()Christian Hesse 2018-09-11parsing: ban sprintf()Christian Hesse 2018-09-11parsing: ban strncpy()Christian Hesse 2018-08-28filters: generate anchor links from markdownChristian Hesse 2018-08-03Bump version.Jason A. Donenfeld 2018-08-03clone: fix directory traversalJason A. Donenfeld 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev