summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/OpenVPN.java
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-05-05 03:08:32 +0200
committerArne Schwabe <arne@rfc2549.org>2012-05-05 03:08:32 +0200
commit21f0e327e0f23b0e76c420d73298dc911408ef96 (patch)
treea08973965af87fac0227171668688df1f88ab5af /src/de/blinkt/openvpn/OpenVPN.java
parent1c6052df6172f8f4e025fa0934abe58aab640430 (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.java2
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);