now basically works, although not tested

This commit is contained in:
davidb
2010-06-09 18:25:26 -04:00
parent 48bc1d9d5c
commit 2c81367861
3 changed files with 248 additions and 21 deletions

View 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: