]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Make '--win-sys env' default
authorDavid Sommerseth <davids@redhat.com>
Fri, 18 Nov 2011 12:21:43 +0000 (13:21 +0100)
committerDavid Sommerseth <davids@redhat.com>
Wed, 23 Nov 2011 10:53:22 +0000 (11:53 +0100)
commit9f6ac06b6d15e14566b820018f295233e831eb68
tree0ffec7736d424eba0d05e605886b0ab1a1422f8e
parent93626f2cf71b4803aa1248a928bfc1ac8c9da18b
Make '--win-sys env' default

Without this patch, the default path used by OpenVPN is hard coded
to C:\WINDOWS.  As users might install Windows in a different directory,
this approach will cause OpenVPN to malfunction in some configurations.

OpenVPN have supported using the system path, by adding --win-sys env.
This patch removes the hard coded approach and uses the --win-sys env
approach by default instead.

Trac-ticket: 66
URL: http://thread.gmane.org/gmane.network.openvpn.user/32508
Signed-off-by: David Sommerseth <davids@redhat.com>
Tested-by: Samuli Seppänen <samuli@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
openvpn.8
openvpn.c
options.c
win32.c
win32.h