Commit 7179c168 authored by simon's avatar simon

fix(eap-ttls): reset last processed identifier

parent 3d03658a
......@@ -413,6 +413,8 @@ export class EAPTTLS implements IEAPMethod {
return {
code: PacketResponseCode.AccessReject,
};
} finally {
this.lastProcessedIdentifier.set(stateID, undefined);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment