summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/VPNProfileList.java
diff options
context:
space:
mode:
authorArne Schwabe <arne@blinkt.de>2012-05-03 11:05:51 +0200
committerArne Schwabe <arne@blinkt.de>2012-05-03 11:05:51 +0200
commit69f36a1ffafafc233291f44af0b7146428b764a3 (patch)
treedf014ff7249ae21affb2c15b4065bf2993ba9ce5 /src/de/blinkt/openvpn/VPNProfileList.java
parent3d54881bc78b893ab286681338dd7b9b69d871b3 (diff)
extract settings string to ressource file.
Fix calucation of netmaks Make p2p assumption message clearer closes issue #5
Diffstat (limited to 'src/de/blinkt/openvpn/VPNProfileList.java')
-rw-r--r--src/de/blinkt/openvpn/VPNProfileList.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/VPNProfileList.java b/src/de/blinkt/openvpn/VPNProfileList.java
index 42c881a8..58c9237a 100644
--- a/src/de/blinkt/openvpn/VPNProfileList.java
+++ b/src/de/blinkt/openvpn/VPNProfileList.java
@@ -31,7 +31,7 @@ public class VPNProfileList extends PreferenceFragment implements VpnPreference
setHasOptionsMenu(true);
refreshList();
// Debug load JNI
- OpenVPN.foo();
+ //OpenVPN.foo();
}