diff --git a/src/modules/module_22000.c b/src/modules/module_22000.c index b8e247c64..61b40942b 100644 --- a/src/modules/module_22000.c +++ b/src/modules/module_22000.c @@ -1073,7 +1073,6 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE { // replaycount not checked, nc needed wpa->nonce_error_corrections = NONCE_ERROR_CORRECTIONS; // temporary until architectural change done (module_hash_decode_postprocess?) - } else { diff --git a/src/modules/module_22001.c b/src/modules/module_22001.c index 2c7e1d1aa..aacfe04bb 100644 --- a/src/modules/module_22001.c +++ b/src/modules/module_22001.c @@ -1072,6 +1072,7 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE if (wpa->message_pair & (1 << 7)) { // replaycount not checked, nc needed + wpa->nonce_error_corrections = NONCE_ERROR_CORRECTIONS; // temporary until architectural change done (module_hash_decode_postprocess?) } else {