]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Wed, 25 Nov 2009 23:49:22 +0000 (23:49 +0000)
committerAutomatic Updater <source@isc.org>
Wed, 25 Nov 2009 23:49:22 +0000 (23:49 +0000)
lib/dns/dispatch.c
lib/dns/include/dns/db.h

index 9d68e0550b2c3affd502d23633e939cdd18b4a78..9fa3500882627ab526562e3e5e21234ea49fb102 100644 (file)
@@ -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);
index 35228406161582f0e2e1026c4440309a92f81d54..234f7b5e41ced2ec2b8e3d88874af4945e943f45 100644 (file)
@@ -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