]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Sun, 27 Jan 2008 23:46:52 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Sun, 27 Jan 2008 23:46:52 +0000 (23:46 +0000)
lib/isc/radix.c

index a25dbcbc810981f2b9337f5158cf264b0f12f4fa..903bf017f9bb2e2b27b148f7f8d334ce48eb38c2 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: radix.c,v 1.9.6.3 2008/01/27 02:12:51 marka Exp $ */
+/* $Id: radix.c,v 1.9.6.4 2008/01/27 23:46:52 tbox Exp $ */
 
 /*
  * This source was adapted from MRT's RCS Ids:
@@ -278,8 +278,8 @@ isc_radix_search(isc_radix_tree_t *radix, isc_radix_node_t **target,
                        family = node->prefix->bitlen ?
                                 prefix->family : AF_INET;
                        if (node->node_num[ISC_IS6(family)] != -1 &&
-                                ((*target == NULL) ||
-                                 (*target)->node_num[ISC_IS6(tfamily)] >
+                                ((*target == NULL) ||
+                                 (*target)->node_num[ISC_IS6(tfamily)] >
                                   node->node_num[ISC_IS6(family)])) {
                                *target = node;
                                tfamily = family;