Merge branch dane-tpda into dane
[exim.git] / src / src / dns.c
index a15eb033a797c71b8c96d4768332379ddc5ff17d..3d047abba11cbbbbe62ff8d60962b81b9830cfe1 100644 (file)
@@ -233,7 +233,7 @@ if (dns_dnssec_ok >= 0)
         dns_dnssec_ok ? "" : "un");
 if (use_dnssec)
   DEBUG(D_resolver)
-    debug_printf("Unable to set DNSSEC without resolver support.\n")
+    debug_printf("Unable to set DNSSEC without resolver support.\n");
 # endif
 #endif /* DISABLE_DNSSEC */
 
@@ -607,7 +607,7 @@ if (check_dns_names_pattern[0] != 0 && type != T_PTR && type != T_TXT)
   /* For an SRV lookup, skip over the first two components (the service and
   protocol names, which both start with an underscore). */
 
-  if (type == T_SRV)
+  if (type == T_SRV || type == T_TLSA)
     {
     while (*checkname++ != '.');
     while (*checkname++ != '.');