update usage of pairmoveto
[freeradius.git] / src / modules / rlm_eap / types / rlm_eap_ttls / ttls.c
index da753b3..86c88d3 100644 (file)
@@ -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