Commit 5275b4c7 authored by Dong Anyuan's avatar Dong Anyuan

Fix Coverity Scan CID 60435 (Using uninitialized value bid when calling esm_ebr_context_release.)

parent 731d10d9
......@@ -195,6 +195,7 @@ int esm_proc_eps_bearer_context_deactivate_request(nas_user_t *user, int ebi, in
int pid, bid;
int rc = RETURNok;
esm_data_t *esm_data = user->esm_data;
bid = 0;
LOG_TRACE(INFO, "ESM-PROC - EPS bearer context deactivation "
"requested by the network (ebi=%d)", ebi);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment