update core/authentication/bind/auth_device_profile_listener.cpp.

Signed-off-by: 孙佳顺 <sunjiashun@huawei.com>
This commit is contained in:
孙佳顺 2023-12-10 10:46:59 +00:00 committed by Gitee
parent fd0c397895
commit f44ef27214
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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;
}