mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
removed outdated comment
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.144 2001/02/06 02:43:42 bwelling Exp $ */
|
/* $Id: client.c,v 1.145 2001/02/09 21:25:55 gson Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -1300,9 +1300,6 @@ client_request(isc_task_t *task, isc_event_t *event) {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Find a view that matches the client's source address.
|
* Find a view that matches the client's source address.
|
||||||
*
|
|
||||||
* XXXRTH View list management code will be moving to its own module
|
|
||||||
* soon.
|
|
||||||
*/
|
*/
|
||||||
for (view = ISC_LIST_HEAD(ns_g_server->viewlist);
|
for (view = ISC_LIST_HEAD(ns_g_server->viewlist);
|
||||||
view != NULL;
|
view != NULL;
|
||||||
|
Reference in New Issue
Block a user