fix(eap-ttls): reset last processed identifier
This commit is contained in:
parent
3d03658a43
commit
7179c1682d
@ -413,6 +413,8 @@ export class EAPTTLS implements IEAPMethod {
|
|||||||
return {
|
return {
|
||||||
code: PacketResponseCode.AccessReject,
|
code: PacketResponseCode.AccessReject,
|
||||||
};
|
};
|
||||||
|
} finally {
|
||||||
|
this.lastProcessedIdentifier.set(stateID, undefined);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user