mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-19 17:17:04 -04:00
s/ENDS/EDNS/
This commit is contained in:
parent
eab10e13c5
commit
8a9a62fd2b
1 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: client.c,v 1.176.2.26 2007/02/26 23:45:24 tbox Exp $ */
|
||||
/* $Id: client.c,v 1.176.2.27 2007/05/15 22:52:05 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -1087,7 +1087,7 @@ client_addopt(ns_client_t *client) {
|
|||
#endif
|
||||
|
||||
/*
|
||||
* No ENDS options in the default case.
|
||||
* No EDNS options in the default case.
|
||||
*/
|
||||
rdata->data = NULL;
|
||||
rdata->length = 0;
|
||||
|
|
@ -1344,7 +1344,7 @@ client_request(isc_task_t *task, isc_event_t *event) {
|
|||
}
|
||||
|
||||
/*
|
||||
* Do we understand this version of ENDS?
|
||||
* Do we understand this version of EDNS?
|
||||
*
|
||||
* XXXRTH need library support for this!
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue