Last result status handling improved

This commit is contained in:
2016-11-04 11:50:58 +01:00
parent 7750ebdb66
commit d08b70c284
3 changed files with 8 additions and 23 deletions

View File

@@ -135,7 +135,6 @@ namespace eap
challenge_mschapv2 m_challenge_client; ///< MSCHAP client challenge
unsigned char m_ident; ///< Ident
nt_response m_nt_resp; ///< NT-Response
bool m_success; ///< Did we receive MS-CHAP2-Success?
sanitizing_blob m_packet_res; ///< Response packet
};