mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 17:22:05 -04:00
Fix typo.
Use #if ... #endif to comment out a section that had been commented out with C++ // comments. The // comments are not supported by all C compilers.
This commit is contained in:
parent
39967fd111
commit
ea462c55f1
1 changed files with 3 additions and 6 deletions
|
|
@ -474,7 +474,7 @@ dns_c_ndcserverlist_destroy(dns_c_ndcserverlist_t **servers)
|
|||
dns_c_ndcserver_t *p;
|
||||
isc_mem_t *mem;
|
||||
|
||||
REQUIRE(server != NULL);
|
||||
REQUIRE(servers != NULL);
|
||||
|
||||
slist = *servers;
|
||||
|
||||
|
|
@ -1425,9 +1425,7 @@ eat_eos(ndcpcontext *pctx)
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#if 0
|
||||
//
|
||||
// static isc_boolean_t
|
||||
// match_token(ndcpcontext *pctx, isc_uint32_t token, isc_boolean_t advance) {
|
||||
|
|
@ -1513,8 +1511,7 @@ eat_eos(ndcpcontext *pctx)
|
|||
// return (rval);
|
||||
// }
|
||||
// #endif
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
/* ************************************************** */
|
||||
|
|
|
|||
Loading…
Reference in a new issue