]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Make proxy inner tunnel MS-CHAP work again
authorAlan T. DeKok <aland@freeradius.org>
Fri, 15 Apr 2011 13:28:57 +0000 (15:28 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 15 Apr 2011 13:28:57 +0000 (15:28 +0200)
src/modules/rlm_eap/rlm_eap.c

index 25c0b8630919b342d80b95d6ba839982f1f4f131..6d4085ea57c2558e564c917cf99155c913933ce6 100644 (file)
@@ -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...