mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 04:54:02 -04:00
"data" is plural
This commit is contained in:
parent
81b172466c
commit
67298a4b2f
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: resolver.c,v 1.221 2001/09/14 21:04:35 gson Exp $ */
|
||||
/* $Id: resolver.c,v 1.222 2001/09/17 20:24:13 gson Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -3062,7 +3062,7 @@ ncache_adderesult(dns_message_t *message, dns_db_t *cache, dns_dbnode_t *node,
|
|||
maxttl, ardataset);
|
||||
if (result == DNS_R_UNCHANGED) {
|
||||
/*
|
||||
* The data in the cache is better than the negative cache
|
||||
* The data in the cache are better than the negative cache
|
||||
* entry we're trying to add.
|
||||
*/
|
||||
if (ardataset != NULL && ardataset->type == 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue