Commit d4a6fffc authored by rmagueta's avatar rmagueta

Fix nasmesh warning

parent 9a79ef0e
...@@ -886,6 +886,7 @@ int nas_mesh_DC_receive(struct cx_entity *cx,struct nas_priv *gpriv) ...@@ -886,6 +886,7 @@ int nas_mesh_DC_receive(struct cx_entity *cx,struct nas_priv *gpriv)
switch (cx->state) { switch (cx->state) {
case NAS_CX_RELEASING_FAILURE: case NAS_CX_RELEASING_FAILURE:
cx->retry=0; cx->retry=0;
/* fallthrough */
case NAS_CX_DCH: case NAS_CX_DCH:
nas_mesh_DC_decode_cx_loss_ind(cx,p); // process message nas_mesh_DC_decode_cx_loss_ind(cx,p); // process message
......
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