From: Sam Hartman Date: Wed, 6 Mar 2013 14:00:13 +0000 (-0500) Subject: update usage of pairmoveto X-Git-Tag: debian/3.0.0.rc0+git+moonshot1-6~48 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=fdbec6bb46dd31465c1d287419e777f03041d37e;p=freeradius.git update usage of pairmoveto --- diff --git a/src/modules/rlm_eap/types/rlm_eap_ttls/ttls.c b/src/modules/rlm_eap/types/rlm_eap_ttls/ttls.c index da753b3..86c88d3 100644 --- a/src/modules/rlm_eap/types/rlm_eap_ttls/ttls.c +++ b/src/modules/rlm_eap/types/rlm_eap_ttls/ttls.c @@ -700,7 +700,7 @@ static int process_reply(UNUSED eap_handler_t *handler, tls_session_t *tls_sessi } /* move channel binding responses; we need to send them */ - pairmove2(&vp, &reply->vps, PW_UKERNA_CHBIND, VENDORPEC_UKERNA); + pairmove2(&vp, &reply->vps, PW_UKERNA_CHBIND, VENDORPEC_UKERNA, TAG_ANY); /* * Handle the ACK, by tunneling any necessary reply @@ -772,7 +772,8 @@ static int process_reply(UNUSED eap_handler_t *handler, tls_session_t *tls_sessi pairfilter(t, &vp, &reply->vps, PW_REPLY_MESSAGE, 0, TAG_ANY); /* also move chbind messages, if any */ - pairmove2(&vp, &reply->vps, PW_UKERNA_CHBIND, VENDORPEC_UKERNA); + pairmove2(&vp, &reply->vps, PW_UKERNA_CHBIND, VENDORPEC_UKERNA, + TAG_ANY); /* * Handle the ACK, by tunneling any necessary reply