Follow-up on #2428

This commit is contained in:
Sukchan Lee 2023-07-18 08:48:22 +09:00
parent 70ec192d8e
commit eb34bf6e2c
1 changed files with 0 additions and 2 deletions

View File

@ -162,7 +162,6 @@ int amf_nsmf_pdusession_handle_create_sm_context(
ogs_expect(r == OGS_OK);
ogs_assert(r != OGS_ERROR);
amf_sess_remove(sess);
return OGS_ERROR;
}
}
@ -810,7 +809,6 @@ int amf_nsmf_pdusession_handle_update_sm_context(
ogs_expect(r == OGS_OK);
ogs_assert(r != OGS_ERROR);
amf_sess_remove(sess);
return OGS_ERROR;
}
}