From 2b2fc9b4df2db5686126c9eb56973b0af0c109e5 Mon Sep 17 00:00:00 2001 From: Automatic Updater Date: Wed, 25 Nov 2009 23:49:22 +0000 Subject: [PATCH] update copyright notice --- lib/dns/dispatch.c | 4 ++-- lib/dns/include/dns/db.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/dns/dispatch.c b/lib/dns/dispatch.c index 9d68e0550b..9fa3500882 100644 --- a/lib/dns/dispatch.c +++ b/lib/dns/dispatch.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dispatch.c,v 1.166 2009/11/25 13:17:59 marka Exp $ */ +/* $Id: dispatch.c,v 1.167 2009/11/25 23:49:21 tbox Exp $ */ /*! \file */ @@ -818,7 +818,7 @@ socket_search(dns_qid_t *qid, isc_sockaddr_t *dest, in_port_t port, dispsock = ISC_LIST_HEAD(qid->sock_table[bucket]); while (dispsock != NULL) { - if (dispsock->portentry != NULL && + if (dispsock->portentry != NULL && dispsock->portentry->port == port && isc_sockaddr_equal(dest, &dispsock->host)) return (dispsock); diff --git a/lib/dns/include/dns/db.h b/lib/dns/include/dns/db.h index 3522840616..234f7b5e41 100644 --- a/lib/dns/include/dns/db.h +++ b/lib/dns/include/dns/db.h @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: db.h,v 1.101 2009/11/25 02:22:05 marka Exp $ */ +/* $Id: db.h,v 1.102 2009/11/25 23:49:22 tbox Exp $ */ #ifndef DNS_DB_H #define DNS_DB_H 1 @@ -703,7 +703,7 @@ dns_db_find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version, * dns_trust_glue. * * \li If 'options' does not have #DNS_DBFIND_ADDITIONALOK set, then no - * additional records will be returned. Only caches can have + * additional records will be returned. Only caches can have * rdataset with trust dns_trust_additional. * * \li If 'options' does not have #DNS_DBFIND_PENDINGOK set, then no