diff options
author | David Sommerseth <dazo@users.sourceforge.net> | 2010-07-28 11:22:51 +0200 |
---|---|---|
committer | David Sommerseth <dazo@users.sourceforge.net> | 2010-07-28 11:22:51 +0200 |
commit | 328500c490c36c679e275dbf99c2820f58bcbaa3 (patch) | |
tree | 8e4fb0f8504c28d8d27aaa24618895bf09d6a439 /win | |
parent | Solved hidden merge conflict between feat_misc and bugfix2.1 (diff) | |
parent | Added "net stop dnscache" and "net start dnscache" in front (diff) | |
download | openvpn-328500c490c36c679e275dbf99c2820f58bcbaa3.tar.xz |
Merge branch 'svn-BETA21' into beta2.2
Conflicts:
openvpn.8
- Enhancements to the --register-dns description
ssl.h
- Community changed n_packets and n_bytes to use
counter_type instead of int to avoid integer overflows
(commit 6484c6299cf298107316e6497)
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to '')
-rw-r--r-- | win32.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ #define NETSH_PATH_SUFFIX "\\system32\\netsh.exe" #define WIN_ROUTE_PATH_SUFFIX "\\system32\\route.exe" #define WIN_IPCONFIG_PATH_SUFFIX "\\system32\\ipconfig.exe" +#define WIN_NET_PATH_SUFFIX "\\system32\\net.exe" /* * Win32-specific OpenVPN code, targetted at the mingw |