From: Alan T. DeKok Date: Mon, 15 Jun 2015 11:36:37 +0000 (-0400) Subject: Partial revert of 93e6ebe0. X-Git-Tag: release_3_0_9~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ece1bb4409d69f0b6ee98b5b733be0012cb4323;p=thirdparty%2Ffreeradius-server.git Partial revert of 93e6ebe0. If the home server is dead, there's no request->proxy, and no fallback server. So we can't run proxy-proxy-type fail --- diff --git a/src/main/process.c b/src/main/process.c index 5e56b8907d4..a310ff313db 100644 --- a/src/main/process.c +++ b/src/main/process.c @@ -2851,14 +2851,6 @@ static int request_will_proxy(REQUEST *request) * fail-over, you should have proxied to a pool. * Sucks to be you. */ - setup_post_proxy_fail(request); - - /* - * Do the proxy reply (if any) - */ - if (process_proxy_reply(request, NULL)) { - request->handle(request); - } return 0;