diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-05 03:08:32 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-05 03:08:32 +0200 |
commit | 21f0e327e0f23b0e76c420d73298dc911408ef96 (patch) | |
tree | a08973965af87fac0227171668688df1f88ab5af /src/de/blinkt/openvpn/OpenVPN.java | |
parent | 1c6052df6172f8f4e025fa0934abe58aab640430 (diff) |
Error message if keystore cannot be accessed (e.g. after backup)
Diffstat (limited to 'src/de/blinkt/openvpn/OpenVPN.java')
-rw-r--r-- | src/de/blinkt/openvpn/OpenVPN.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/OpenVPN.java b/src/de/blinkt/openvpn/OpenVPN.java index a5f60daf..3e660bce 100644 --- a/src/de/blinkt/openvpn/OpenVPN.java +++ b/src/de/blinkt/openvpn/OpenVPN.java @@ -17,7 +17,7 @@ public class OpenVPN { private static int counter=0; private static Vector<LogListener> logListener=new Vector<OpenVPN.LogListener>(); - private static String[] mBconfig=null; + private static String[] mBconfig; public interface LogListener { void newLog(String logmessage); |