Oops! Fix the compile error!

This commit is contained in:
Sukchan Lee 2024-04-18 21:32:25 +09:00
parent a9b1b116b3
commit d14304461b
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ bool ausf_nudm_ueau_handle_result_confirmation_inform(ausf_ue_t *ausf_ue,
ogs_assert(true ==
ogs_sbi_server_send_error(stream, OGS_SBI_HTTP_STATUS_BAD_REQUEST,
recvmsg, "Invalid URI", ausf_ue->suci));
recvmsg, "Invalid URI", ausf_ue->suci, NULL));
return false;
}