2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

added test case info to dns_name_getlabel test

This commit is contained in:
William King 1999-10-11 19:03:52 +00:00
parent 7046378cf8
commit b5fd67d43f

View File

@ -1466,6 +1466,9 @@ test_dns_name_getlabel(char *test_name1, int label1_pos,
nfails = 0;
result = T_UNRESOLVED;
t_info("testing with %s and %s\n", test_name1, test_name2);
dns_result = dname_from_tname(test_name1, &dns_name1);
if (dns_result == DNS_R_SUCCESS) {
dns_result = dname_from_tname(test_name2, &dns_name2);