1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

don't set key_t to 0 when setting a key, because the two fields are unrelated

This commit is contained in:
Asjad Syed
2016-03-17 22:26:16 -04:00
parent a75dd9e3f9
commit f188ea4d2a

View File

@@ -229,7 +229,6 @@ void RSNEAPOL::key_length(uint16_t length) {
void RSNEAPOL::key(const key_type& value) {
key_ = value;
header_.key_t = 0;
}
void RSNEAPOL::key_mic(small_uint<1> flag) {