mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Server fix for #20397. (I incorrectly added that `last_enrolled_at = NOW()` on the first iOS/iPadOS support PR.) - [X] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [x] Added/updated tests. - [ ] Manual QA for all new/changed functionality.
1 line
153 B
Text
1 line
153 B
Text
* Fixed a bug that set `last_enrolled_at` during orbit re-enrollment, which caused osquery enroll failures when `FLEET_OSQUERY_ENROLL_COOLDOWN` is set .
|