diff --git a/core/src/main/groovy/com/muwire/core/hostcache/HostMCProfile.groovy b/core/src/main/groovy/com/muwire/core/hostcache/HostMCProfile.groovy index 811002c3..e17af07a 100644 --- a/core/src/main/groovy/com/muwire/core/hostcache/HostMCProfile.groovy +++ b/core/src/main/groovy/com/muwire/core/hostcache/HostMCProfile.groovy @@ -72,8 +72,8 @@ class HostMCProfile { case SUCCESSFUL : switch(nextStatus) { case SUCCESSFUL : return SS - case REJECTED : return RS - case FAILED : return FS + case REJECTED : return SR + case FAILED : return SF } case REJECTED : switch(nextStatus) {