CLEANUP: dns: remove unused dns_stream_server struct member

dns_stream_server "max_slots" is unused, let's get rid of it
This commit is contained in:
Aurelien DARRAGON 2025-04-29 16:48:28 +02:00
parent 27236f2218
commit 14ebe95a10

View File

@ -79,7 +79,6 @@ struct dns_additional_record {
struct dns_stream_server {
struct server *srv;
struct dns_ring *ring_req;
int max_slots;
int maxconn;
int idle_conns;
int cur_conns;