update frameworks/native/rdb/src/rdb_store_manager.cpp.

Signed-off-by: MengYao <mengyao17@huawei.com>
This commit is contained in:
MengYao 2024-10-29 13:59:32 +00:00 committed by Gitee
parent 0b44b35141
commit 0d98193d36
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -230,7 +230,7 @@ int32_t RdbStoreManager::GetPromiseFromService(DistributedRdb::RdbSyncerParam &p
LOG_ERROR("GetRdbService failed, err is %{public}d.", err);
return E_ERROR;
}
err = service->GetPromiseInfo(param);
err = service->VerifyPromiseInfo(param);
if (err != DistributedRdb::RDB_OK) {
LOG_ERROR("failed, err is %{public}d.", err);
return E_ERROR;