diff options
author | Alberto Gonzalez Iniesta <agi@inittab.org> | 2016-05-11 17:44:28 +0200 |
---|---|---|
committer | Alberto Gonzalez Iniesta <agi@inittab.org> | 2016-05-11 17:44:28 +0200 |
commit | 0facc898a6cfdf4d016ac7fda3d735e822c3efce (patch) | |
tree | 362fecb992ae82658c5eea9899eea6e87432d4d9 /debian/patches/remote_env.patch | |
parent | f40440678807c65e02743d51a55b229641e09dbf (diff) |
Remove old patchesdebian/2.3.11-1
Diffstat (limited to 'debian/patches/remote_env.patch')
-rw-r--r-- | debian/patches/remote_env.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/patches/remote_env.patch b/debian/patches/remote_env.patch deleted file mode 100644 index ae26415..0000000 --- a/debian/patches/remote_env.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: openvpn-2.1_rc15/options.c -=================================================================== ---- openvpn-2.1_rc15.orig/options.c 2009-04-30 12:58:46.952616319 +0200 -+++ openvpn-2.1_rc15/options.c 2009-04-30 12:58:50.352666598 +0200 -@@ -769,8 +769,8 @@ - setenv_str_i (es, "proto", proto2ascii (e->proto, false), i); - setenv_str_i (es, "local", e->local, i); - setenv_int_i (es, "local_port", e->local_port, i); -- setenv_str_i (es, "remote", e->local, i); -- setenv_int_i (es, "remote_port", e->local_port, i); -+ setenv_str_i (es, "remote", e->remote, i); -+ setenv_int_i (es, "remote_port", e->remote_port, i); - - #ifdef ENABLE_HTTP_PROXY - if (e->http_proxy_options) |