mirror of
https://github.com/yrutschle/sslh.git
synced 2025-06-04 01:21:20 +03:00
remove unused variable
This commit is contained in:
parent
5fa03ec9a3
commit
07ceb99280
@ -178,7 +178,6 @@ int udp_c2s_forward(int sockfd, struct loop_info* fd_info)
|
|||||||
struct addrinfo addrinfo;
|
struct addrinfo addrinfo;
|
||||||
struct sslhcfg_protocols_item* proto;
|
struct sslhcfg_protocols_item* proto;
|
||||||
cnx_collection* collection = fd_info->collection;
|
cnx_collection* collection = fd_info->collection;
|
||||||
int max_fd = watchers_maxfd(fd_info->watchers);
|
|
||||||
struct connection* cnx;
|
struct connection* cnx;
|
||||||
ssize_t len;
|
ssize_t len;
|
||||||
socklen_t addrlen;
|
socklen_t addrlen;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user