]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Partial revert of 93e6ebe0.
authorAlan T. DeKok <aland@freeradius.org>
Mon, 15 Jun 2015 11:36:37 +0000 (07:36 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 15 Jun 2015 11:36:37 +0000 (07:36 -0400)
If the home server is dead, there's no request->proxy, and
no fallback server.  So we can't run proxy-proxy-type fail

src/main/process.c

index 5e56b8907d49c7659db2b3267feb12bf649e351a..a310ff313dbfa6ccfef15ce78a8a4b2eda34db87 100644 (file)
@@ -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;