mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
more leftovers
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: client.c,v 1.196 2001/11/14 23:15:22 gson Exp $ */
|
/* $Id: client.c,v 1.197 2001/11/14 23:16:49 gson Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -195,18 +195,6 @@ ns_client_recursing(ns_client_t *client, isc_boolean_t killoldest) {
|
|||||||
UNLOCK(&client->manager->lock);
|
UNLOCK(&client->manager->lock);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* Enter the inactive state.
|
|
||||||
*
|
|
||||||
* Requires:
|
|
||||||
* No requests are outstanding.
|
|
||||||
*/
|
|
||||||
static void
|
|
||||||
client_deactivate(ns_client_t *client) {
|
|
||||||
REQUIRE(NS_CLIENT_VALID(client));
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
ns_client_settimeout(ns_client_t *client, unsigned int seconds) {
|
ns_client_settimeout(ns_client_t *client, unsigned int seconds) {
|
||||||
isc_result_t result;
|
isc_result_t result;
|
||||||
|
Reference in New Issue
Block a user