2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00
This commit is contained in:
Brian Wellington
2001-01-08 19:50:32 +00:00
parent d1dc805692
commit a89b2f024c

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: dighost.c,v 1.175 2001/01/04 18:19:18 mws Exp $ */ /* $Id: dighost.c,v 1.176 2001/01/08 19:50:32 bwelling Exp $ */
/* /*
* Notice to programmers: Do not use this code as an example of how to * Notice to programmers: Do not use this code as an example of how to
@@ -1361,7 +1361,7 @@ setup_lookup(dig_lookup_t *lookup) {
dns_message_puttempname(lookup->sendmsg, dns_message_puttempname(lookup->sendmsg,
&lookup->name); &lookup->name);
isc_buffer_init(&b, store, MXNAME); isc_buffer_init(&b, store, MXNAME);
fatal("'%s' is not a legal name syntax " fatal("'%s' is not a legal name "
"(%s)", lookup->textname, "(%s)", lookup->textname,
dns_result_totext(result)); dns_result_totext(result));
} }