remove unused variable

This commit is contained in:
yrutschle 2022-04-02 19:04:49 +02:00
parent 5fa03ec9a3
commit 07ceb99280

View File

@ -178,7 +178,6 @@ int udp_c2s_forward(int sockfd, struct loop_info* fd_info)
struct addrinfo addrinfo;
struct sslhcfg_protocols_item* proto;
cnx_collection* collection = fd_info->collection;
int max_fd = watchers_maxfd(fd_info->watchers);
struct connection* cnx;
ssize_t len;
socklen_t addrlen;