From: Alan T. DeKok Date: Fri, 15 Apr 2011 13:28:57 +0000 (+0200) Subject: Make proxy inner tunnel MS-CHAP work again X-Git-Tag: release_2_1_11~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22b17c90df994bce2533cd6add99c06825e6639b;p=thirdparty%2Ffreeradius-server.git Make proxy inner tunnel MS-CHAP work again --- diff --git a/src/modules/rlm_eap/rlm_eap.c b/src/modules/rlm_eap/rlm_eap.c index 25c0b863091..6d4085ea57c 100644 --- a/src/modules/rlm_eap/rlm_eap.c +++ b/src/modules/rlm_eap/rlm_eap.c @@ -579,11 +579,6 @@ static int eap_post_proxy(void *inst, REQUEST *request) VALUE_PAIR *vp; EAP_HANDLER *handler; - /* - * Just in case the admin lists EAP in post-proxy-type Fail. - */ - if (!request->proxy_reply) return RLM_MODULE_NOOP; - /* * If there was a handler associated with this request, * then it's a tunneled request which was proxied...