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 028cc9c..8ae59e7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 Version 1.0.32               not released yet
 
  * Fix segmentation fault when using Cipher = none.
+ * Fix Proxy = exec.
 
 Version 1.0.31               January 15 2017
 
index 5268272..f7c2560 100644 (file)
@@ -174,6 +174,8 @@ bool send_proxyrequest(connection_t *c) {
        }
 
        case PROXY_EXEC:
+               c->status.proxy_passed = true;
+               send_id(c);
                return true;
 
        default: