From: Tatuya JINMEI 神明達哉 Date: Thu, 25 Dec 2008 02:03:26 +0000 (+0000) Subject: comment update X-Git-Tag: v9.4.3-P1~1^5~76 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=2ee516cda86821830dc3d353bb3036f4db86ff90;p=thirdparty%2Fbind9.git comment update --- diff --git a/bin/named/server.c b/bin/named/server.c index 3bb2b7baff9..d21cb910cd0 100644 --- a/bin/named/server.c +++ b/bin/named/server.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: server.c,v 1.419.18.69 2008/11/20 00:50:57 marka Exp $ */ +/* $Id: server.c,v 1.419.18.70 2008/12/25 02:03:26 jinmei Exp $ */ /*! \file */ @@ -251,9 +251,8 @@ static void end_reserved_dispatches(ns_server_t *server, isc_boolean_t all); /*% - * Configure a single view ACL at '*aclp'. Get its configuration by - * calling 'getvcacl' (for per-view configuration) and maybe 'getscacl' - * (for a global default). + * Configure a single view ACL at '*aclp'. Get its configuration from + * 'vconfig' (for per-view configuration) and maybe from 'config' */ static isc_result_t configure_view_acl(const cfg_obj_t *vconfig, const cfg_obj_t *config,