fix the bug

This commit is contained in:
Sukchan Lee 2017-12-20 13:16:16 +09:00
parent c81e2beee6
commit 8081ea3044
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ status_t esm_handle_pdn_connectivity_request(mme_bearer_t *bearer,
sess, ESM_CAUSE_MISSING_OR_UNKNOWN_APN);
d_assert(rv == CORE_OK,, "nas send failed");
return CORE_OK;
return CORE_ERROR;
}
}