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 | 93a5fd15a90fe88308003547d55e32123b6999e4 (patch) | |
tree | a08973965af87fac0227171668688df1f88ab5af /src/de/blinkt/openvpn/OpenVPN.java | |
parent | 869a1d121c5105f5b10b3522a29ac562b226b5a0 (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); |