[SBI] Remove redundant code (#1923)

This commit is contained in:
Sukchan Lee 2022-11-30 17:01:30 +09:00
parent 0861a045ef
commit fa5b2fe075
1 changed files with 0 additions and 5 deletions

View File

@ -229,11 +229,6 @@ bool udm_nudm_ueau_handle_result_confirmation_inform(
return false;
}
if (udm_ue->auth_event) {
OpenAPI_auth_event_free(udm_ue->auth_event);
udm_ue->auth_event = NULL;
}
udm_ue->auth_event = OpenAPI_auth_event_copy(
udm_ue->auth_event, message->AuthEvent);