Fix Proxy = exec.
[oweals/tinc.git] / src / proxy.c
index 52682721072cc64a561e556d02c163aa2d965a5d..f7c2560d6d519426cc49d28f8d1e3928bcf24ed1 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: