Pull fix from the head
authoraland <aland>
Tue, 31 May 2005 17:36:20 +0000 (17:36 +0000)
committeraland <aland>
Tue, 31 May 2005 17:36:20 +0000 (17:36 +0000)
src/modules/rlm_eap/types/rlm_eap_ttls/ttls.c

index 8529b75..8a7e888 100644 (file)
@@ -639,6 +639,7 @@ static int process_reply(EAP_HANDLER *handler, tls_session_t *tls_session,
                         *      tunneled user!
                         */
                        if (t->use_tunneled_reply) {
+                               pairdelete(&reply->vps, PW_PROXY_STATE);
                                pairadd(&request->reply->vps, reply->vps);
                                reply->vps = NULL;
                        }