CLOUDSTACK-5300: Catch vpn add error failure, removed failed user and return failure status

This commit is contained in:
Kishan Kavala 2013-12-23 17:07:04 +05:30
parent 9471797590
commit 0c6e8baa85
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ public class RemoteAccessVpnManagerImpl extends ManagerBase implements RemoteAcc
}
}
}
} catch (ResourceUnavailableException e) {
} catch (Exception e) {
s_logger.warn("Unable to apply vpn users ", e);
success= false;