Set the stage to process
authorJames Rouzier <jrouzier@inverse.ca>
Fri, 9 Sep 2016 15:39:27 +0000 (11:39 -0400)
committerJames Rouzier <jrouzier@inverse.ca>
Tue, 13 Sep 2016 16:50:02 +0000 (12:50 -0400)
src/modules/rlm_eap/types/rlm_eap_fast/rlm_eap_fast.c

index beb46e9..a1e877f 100644 (file)
@@ -543,6 +543,8 @@ static int mod_session_init(void *type_arg, eap_handler_t *handler)
                return 0;
        }
 
+       handler->stage = PROCESS;
+
        return 1;
 }