-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error on MySQL backend when bsToken null
This commit fixes an error when the bootstrap token for a device is NULL. Apple specifies[0] the behaviour of `GetBootstrapToken` to return an empty body when there is no bootstrap token for the device. This behaviour has been conformed to. [0]: https://developer.apple.com/documentation/devicemanagement/get_bootstrap_token
- Loading branch information
Calvin Lee
committed
Jan 10, 2023
1 parent
c90f186
commit be1171e
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters