summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/VpnProfile.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/blinkt/openvpn/VpnProfile.java')
-rw-r--r--src/de/blinkt/openvpn/VpnProfile.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/de/blinkt/openvpn/VpnProfile.java b/src/de/blinkt/openvpn/VpnProfile.java
index ce2aab37..7b5faae3 100644
--- a/src/de/blinkt/openvpn/VpnProfile.java
+++ b/src/de/blinkt/openvpn/VpnProfile.java
@@ -642,6 +642,8 @@ public class VpnProfile implements Serializable {
exp=e;
} catch (NoCertReturnedException e) {
exp =e;
+ } catch (IllegalArgumentException e) {
+ exp =e;
} catch (AssertionError e) {
if (tries ==0)
return null;