From db1b1f8b22fa483549d621e2109c7cdff91596e6 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Wed, 24 Jan 2024 13:28:09 +0100 Subject: [PATCH] removed fixed todo --- src/chat/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat/misc.c b/src/chat/misc.c index 4b65654..2eefb4a 100644 --- a/src/chat/misc.c +++ b/src/chat/misc.c @@ -465,7 +465,7 @@ void why2_clean_connections(void) node_buffer_2 = node_buffer; node_buffer = node_buffer -> next; - connection_buffer = *(connection_node_t*) node_buffer_2 -> value; // TODO: TADY SE TO SERE + connection_buffer = *(connection_node_t*) node_buffer_2 -> value; why2_send_socket(WHY2_CHAT_CODE_SSQC, WHY2_CHAT_SERVER_USERNAME, connection_buffer.connection);