summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/OpenVPNThread.java
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-07-25 19:54:43 +0200
committerArne Schwabe <arne@rfc2549.org>2012-07-25 19:54:43 +0200
commit02c364271bc75cae5c00faf3b01d2f4b85113d07 (patch)
tree2f54da1e3367a193228659a32612bd3daa4976e2 /src/de/blinkt/openvpn/OpenVPNThread.java
parent5e48e30e53bb7b42154866214217bf3f500ee7fd (diff)
parent2b811c50e5b5202eedab9d0a9768ec5e0d7168a3 (diff)
Merge
Diffstat (limited to 'src/de/blinkt/openvpn/OpenVPNThread.java')
-rw-r--r--src/de/blinkt/openvpn/OpenVPNThread.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/OpenVPNThread.java b/src/de/blinkt/openvpn/OpenVPNThread.java
index 4477fa5f..97e07c9d 100644
--- a/src/de/blinkt/openvpn/OpenVPNThread.java
+++ b/src/de/blinkt/openvpn/OpenVPNThread.java
@@ -58,7 +58,7 @@ public class OpenVPNThread implements Runnable {
// Hack O rama
// Hack until I find a good way to get the real library path
- String applibpath = argv[0].replace("/cache/miniovpn", "/lib");
+ String applibpath = argv[0].replace("/cache/" + VpnProfile.MINIVPN , "/lib");
String lbpath = pb.environment().get("LD_LIBRARY_PATH");
if(lbpath==null)