mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 14:00:29 +00:00
b67ac28f25
allowHostAgentReenrollLocked trusted only the durable continuity store when one was attached, so a removal block living only in persisted monitor state (written by releases predating the store) could never be cleared: every fresh re-enroll read as already-consumed and the host was rejected with 400 on every report indefinitely, regardless of new tokens or reinstalls. Refs #1772