mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-11-30 04:10:59 +00:00
update core/authentication/bind/auth_device_profile_listener.cpp.
Signed-off-by: 孙佳顺 <sunjiashun@huawei.com>
This commit is contained in:
parent
fd0c397895
commit
f44ef27214
@ -152,7 +152,7 @@ static void RegisterToDpHelper(void)
|
||||
|
||||
void RegisterToDp(DeviceProfileChangeListener *deviceProfilePara)
|
||||
{
|
||||
if (deviceProfilePara == NULL) {
|
||||
if (deviceProfilePara == nullptr) {
|
||||
AUTH_LOGE(AUTH_INIT, "invalid param!");
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user