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

Merge pull request #140 from asjadsyed/develop

don't set key_t to 0 when setting a key, because the two fields are unrelated
This commit is contained in:
Matias Fontanini
2016-03-17 21:07:15 -07:00

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) {