mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-12 05:32:42 -04:00
comment wording / style nits.
This commit is contained in:
parent
6a2aa7ce4a
commit
6cd2d7e24c
1 changed files with 4 additions and 4 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: interfacemgr.c,v 1.76.18.1 2004/04/29 01:45:52 marka Exp $ */
|
||||
/* $Id: interfacemgr.c,v 1.76.18.2 2004/08/10 04:56:42 jinmei Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -359,7 +359,7 @@ ns_interface_setup(ns_interfacemgr_t *mgr, isc_sockaddr_t *addr,
|
|||
if (result != ISC_R_SUCCESS) {
|
||||
/*
|
||||
* XXXRTH We don't currently have a way to easily stop
|
||||
* dispatch service, so we return currently return
|
||||
* dispatch service, so we currently return
|
||||
* ISC_R_SUCCESS (the UDP stuff will work even if TCP
|
||||
* creation failed). This will be fixed later.
|
||||
*/
|
||||
|
|
@ -594,8 +594,8 @@ do_scan(ns_interfacemgr_t *mgr, ns_listenlist_t *ext_listen,
|
|||
}
|
||||
if (scan_ipv6 == ISC_TRUE && ipv6only && ipv6pktinfo) {
|
||||
for (le = ISC_LIST_HEAD(mgr->listenon6->elts);
|
||||
le != NULL;
|
||||
le = ISC_LIST_NEXT(le, link)) {
|
||||
le != NULL;
|
||||
le = ISC_LIST_NEXT(le, link)) {
|
||||
struct in6_addr in6a;
|
||||
|
||||
if (!listenon_is_ip6_any(le))
|
||||
|
|
|
|||
Loading…
Reference in a new issue