+2672. [bug] Don't enable searching in 'host' when doing reverse
+ lookups. [RT #20218]
+
2670. [bug] Unexpected connect failures failed to log enough
information to be useful. [RT #20205]
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: host.c,v 1.116.12.2 2009/05/06 23:46:49 tbox Exp $ */
+/* $Id: host.c,v 1.116.12.3 2009/09/08 23:28:40 marka Exp $ */
/*! \file */
} else {
strncpy(lookup->textname, hostname, sizeof(lookup->textname));
lookup->textname[sizeof(lookup->textname)-1]=0;
+ usesearch = ISC_TRUE;
}
lookup->new_search = ISC_TRUE;
ISC_LIST_APPEND(lookup_list, lookup, link);
-
- usesearch = ISC_TRUE;
}
int