diff --git a/src/generator.c b/src/generator.c index 8016b437..04d36d2c 100644 --- a/src/generator.c +++ b/src/generator.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2017 Con Kolivas + * Copyright 2014-2018 Con Kolivas * * 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 the Free @@ -2324,6 +2324,8 @@ static void *passthrough_recv(void *arg) rename_proc("passrecv"); + proxi->parent = proxi; + if (proxy_alive(ckp, proxi, cs, false)) LOGWARNING("Passthrough proxy %d:%s connection established", proxi->id, proxi->url); alive = proxi->alive;