]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove un-needed cursor init
authorNick Porter <nick@portercomputing.co.uk>
Fri, 8 Jan 2021 16:06:32 +0000 (16:06 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 21 Jan 2021 23:05:49 +0000 (23:05 +0000)
src/modules/rlm_eap/types/rlm_eap_fast/eap_fast.c

index c49c7ce8a21f306ceec3623ab5743db83384f70d..137c80c36a525a8b41d74f1bb1691db0219da596 100644 (file)
@@ -546,7 +546,6 @@ static rlm_rcode_t CC_HINT(nonnull) process_reply(UNUSED eap_session_t *eap_sess
                /*
                 *      Copy the EAP-Message back to the tunnel.
                 */
-               (void) fr_cursor_init(&cursor, reply_list);
 
                for (vp = fr_dcursor_iter_by_da_init(&cursor, reply_list, attr_eap_message);
                     vp;