diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-11-07 22:40:51 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-11-07 22:40:51 +0100 |
commit | 8ced9f378613425efb9949196e967dbe2f03a63a (patch) | |
tree | 37eb4395b3d04463f63916b1cdb7498bf6ebb828 /src/de/blinkt/openvpn/VpnProfile.java | |
parent | e66b35409cff37433af11693673145406029356f (diff) |
Fine tune log window.
--HG--
rename : res/layout-w720dp/log_fragment.xml => res/layout-sw600dp/log_fragment.xml
rename : res/values-w600dp/dimens.xml => res/values-sw600dp/dimens.xml
Diffstat (limited to 'src/de/blinkt/openvpn/VpnProfile.java')
-rw-r--r-- | src/de/blinkt/openvpn/VpnProfile.java | 2 |
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; |