X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fproxy.c;h=ba48218cbf488b25195962f5da4901d0fe9677e6;hp=32cb7973ffcb51e9a928b7f20d62e5d9c44722cb;hb=54b16b18dd5ee116df4eb5d830ddb8707c38e425;hpb=3c37fe38019ec9c08be6158a4f64128fc83ed605 diff --git a/src/proxy.c b/src/proxy.c index 32cb7973..ba48218c 100644 --- a/src/proxy.c +++ b/src/proxy.c @@ -1,6 +1,6 @@ /* proxy.c -- Proxy handling functions. - Copyright (C) 2015 Guus Sliepen + Copyright (C) 2015-2017 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -174,7 +174,7 @@ bool send_proxyrequest(connection_t *c) { } case PROXY_EXEC: - return true; + abort(); default: logger(LOG_ERR, "Unknown proxy type");