projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a5e289
)
Fix Proxy = exec.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 30 Jul 2017 14:04:49 +0000
(16:04 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 30 Jul 2017 14:06:41 +0000
(16:06 +0200)
NEWS
patch
|
blob
|
history
src/proxy.c
patch
|
blob
|
history
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
diff --git
a/src/proxy.c
b/src/proxy.c
index
5268272
..
f7c2560
100644
(file)
--- a/
src/proxy.c
+++ b/
src/proxy.c
@@
-174,6
+174,8
@@
bool send_proxyrequest(connection_t *c) {
}
case PROXY_EXEC:
+ c->status.proxy_passed = true;
+ send_id(c);
return true;
default: