fix(eap-ttls): reset last processed identifier

This commit is contained in:
simon 2020-06-26 13:31:30 +02:00
parent 3d03658a43
commit 7179c1682d

View File

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