From: Mark Andrews Date: Tue, 15 May 2007 21:56:41 +0000 (+0000) Subject: s/ENDS/EDNS/ X-Git-Tag: v9.4.0rc1^2~30 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=f19d04aaaaf23e239d44b6e1929e59350db6e850;p=thirdparty%2Fbind9.git s/ENDS/EDNS/ --- diff --git a/bin/named/client.c b/bin/named/client.c index 516c16107f2..e70d9e48858 100644 --- a/bin/named/client.c +++ b/bin/named/client.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: client.c,v 1.219.18.24 2007/03/06 01:17:33 marka Exp $ */ +/* $Id: client.c,v 1.219.18.25 2007/05/15 21:56:41 marka Exp $ */ #include @@ -1180,7 +1180,7 @@ client_addopt(ns_client_t *client) { rdatalist->ttl = (client->extflags & DNS_MESSAGEEXTFLAG_REPLYPRESERVE); /* - * No ENDS options in the default case. + * No EDNS options in the default case. */ rdata->data = NULL; rdata->length = 0;