now basically works, although not tested
[captive-validator.git] / src / com / verisign / tat / dnssec / CaptiveValidator.java
index 07311ce..74853de 100644 (file)
@@ -943,8 +943,7 @@ public class CaptiveValidator {
             return SecurityStatus.BOGUS;
         }
 
-        ValUtils.ResponseType subtype = ValUtils
-                .classifyResponse(message, zone);
+        ValUtils.ResponseType subtype = ValUtils.classifyResponse(message, zone);
 
         switch (subtype) {
         case POSITIVE: