mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-11-23 16:59:54 +00:00
commit
4e8b34cca0
@ -541,6 +541,7 @@ void AuthUpdateKeyIndex(const char *udidHash, int32_t keyType, int64_t index, bo
|
||||
AuthDeviceCommonKey *data = (AuthDeviceCommonKey *)LnnMapGet(&g_deviceKeyMap, (const char *)keyStr);
|
||||
if (data == NULL) {
|
||||
AUTH_LOGE(AUTH_KEY, "data is nullptr");
|
||||
KeyUnlock();
|
||||
return;
|
||||
}
|
||||
data->keyInfo.keyIndex = index;
|
||||
|
Loading…
Reference in New Issue
Block a user