Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[door-lock] Fix the crash when providing null-ed user index
to the HandleLocalLockOperationError method We cannot assume that the valid user index is provided in case of the invalid credential. In fact, the spec in 5.2.5.4.4 says that UserIndex SHALL be null if there is no user id that can be determined for the given operation source. Signed-off-by: Marcin Kajor <[email protected]>
- Loading branch information