removed fixed todo

This commit is contained in:
Václav Šmejkal 2024-01-24 13:28:09 +01:00
parent a84047210d
commit db1b1f8b22
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -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);