CLOUDSTACK-6047: Fix fail to enable VPN

This commit is contained in:
Sheng Yang 2014-02-19 21:05:51 -08:00
parent 3bbbda887f
commit d429be75a7

View File

@ -298,7 +298,7 @@ public class VirtualRoutingResource {
// Use the last answer as final answer
if (answersCount == 1) {
ExecutionResult result = new ExecutionResult(false, "Not executed");
ExecutionResult result = new ExecutionResult(true, "Not configure to be apply");
for (ConfigItem c : cfg) {
result = applyConfigToVR(cmd, c);
if (!result.isSuccess()) {