From 798e7e10c7c0496c6bbbbb5fc1ebfe5a227661b6 Mon Sep 17 00:00:00 2001 From: Piotr Duszynski <2052966+drk1wi@users.noreply.github.com> Date: Sat, 2 Sep 2023 11:45:06 +0200 Subject: [PATCH] Update connection.cpp --- src/connection.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/connection.cpp b/src/connection.cpp index d263b3c..132e05e 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -157,7 +157,6 @@ void* process_connection(void *arg) } else original_port = ntohs(peer_sockaddr.sin_port); - get_ipstr(threads[tid].clients[i], threads[tid].client_src_ip[i], ipstr); close_socket: if (configuration->getConfigValue(OPT_DEBUG)) @@ -165,8 +164,6 @@ void* process_connection(void *arg) close(threads[tid].clients[i]); - fingerp.addTimedOutConnection(threads[tid].client_src_ip[i], original_port); - pthread_mutex_lock(&new_connection_mutex); threads[tid].clients[i] = 0; threads[tid].client_count--;