From: Alan T. DeKok Date: Sat, 23 Sep 2017 13:18:19 +0000 (-0400) Subject: it helps to add the VPs to the cursor X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3835d80ce81fc607e66246c09a52fed5eb380378;p=thirdparty%2Ffreeradius-server.git it helps to add the VPs to the cursor --- diff --git a/src/modules/rlm_eap/types/rlm_eap_fast/eap_fast.c b/src/modules/rlm_eap/types/rlm_eap_fast/eap_fast.c index b7b4df9a80d..a6843864a9b 100644 --- a/src/modules/rlm_eap/types/rlm_eap_fast/eap_fast.c +++ b/src/modules/rlm_eap/types/rlm_eap_fast/eap_fast.c @@ -464,6 +464,7 @@ ssize_t eap_fast_decode_pair(TALLOC_CTX *ctx, vp_cursor_t *cursor, fr_dict_attr_ fr_pair_to_unknown(vp); fr_pair_value_memcpy(vp, p, len); } + fr_pair_cursor_append(cursor, vp); p += len; }