Fix Proxy = exec.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 30 Jul 2017 14:04:49 +0000 (16:04 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 30 Jul 2017 14:06:41 +0000 (16:06 +0200)
NEWS
src/proxy.c

diff --git a/NEWS b/NEWS
index 028cc9cd1d4f82343c017e8b37b282e6b983d591..8ae59e7e52d16fb20ba407b79c910a9430b8fcc2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 Version 1.0.32               not released yet
 
  * Fix segmentation fault when using Cipher = none.
 Version 1.0.32               not released yet
 
  * Fix segmentation fault when using Cipher = none.
+ * Fix Proxy = exec.
 
 Version 1.0.31               January 15 2017
 
 
 Version 1.0.31               January 15 2017
 
index 52682721072cc64a561e556d02c163aa2d965a5d..f7c2560d6d519426cc49d28f8d1e3928bcf24ed1 100644 (file)
@@ -174,6 +174,8 @@ bool send_proxyrequest(connection_t *c) {
        }
 
        case PROXY_EXEC:
        }
 
        case PROXY_EXEC:
+               c->status.proxy_passed = true;
+               send_id(c);
                return true;
 
        default:
                return true;
 
        default: