Skip to content

Commit

Permalink
Merge pull request #52 from pjdarton/fix_jenkins_24605
Browse files Browse the repository at this point in the history
Fix JENKINS-24605 and JENKINS-24661
  • Loading branch information
jswager committed Sep 16, 2016
2 parents cf3f8a8 + fe7f46c commit ef95e6f
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -255,10 +255,6 @@ public FormValidation doTestData(@QueryParameter String serverName,
if(!vm.getConfig().template)
return FormValidation.error(Messages.validation_notActually("template"));

VirtualMachineSnapshot snap = vm.getCurrentSnapShot();
if (snap == null)
return FormValidation.error(Messages.validation_noSnapshots());

return FormValidation.ok(Messages.validation_success());
} catch (Exception e) {
throw new RuntimeException(e);
Expand Down

0 comments on commit ef95e6f

Please sign in to comment.