From 1d5114b9a487156e189bddd4067d9778b2dff176 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 17 Jan 2000 20:07:31 +0000 Subject: [PATCH] wired up the new 'tcp-clients' and 'recursive-clients' options --- bin/named/server.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/named/server.c b/bin/named/server.c index 3e0b1c189a..1e8fb46247 100644 --- a/bin/named/server.c +++ b/bin/named/server.c @@ -472,12 +472,10 @@ load_configuration(const char *filename, ns_server_t *server) { configure_server_quota(configctx, dns_c_ctx_gettransfersout, &server->xfroutquota, 10); -#ifdef notyet configure_server_quota(configctx, dns_c_ctx_gettcpclients, &server->tcpquota, 100); configure_server_quota(configctx, dns_c_ctx_getrecursiveclients, &server->recursionquota, 100); -#endif /* * Configure the interface manager according to the "listen-on"