fix(eap-ttls): reset last processed identifier

master
simon 4 years ago
parent 3d03658a43
commit 7179c1682d

@ -413,6 +413,8 @@ export class EAPTTLS implements IEAPMethod {
return {
code: PacketResponseCode.AccessReject,
};
} finally {
this.lastProcessedIdentifier.set(stateID, undefined);
}
}

Loading…
Cancel
Save