Commit b99f81f7 authored by rmagueta's avatar rmagueta

Fix nasmesh warning

parent 2e3fc533
...@@ -885,9 +885,8 @@ int nas_mesh_DC_receive(struct cx_entity *cx,struct nas_priv *gpriv) ...@@ -885,9 +885,8 @@ int nas_mesh_DC_receive(struct cx_entity *cx,struct nas_priv *gpriv)
else { else {
switch (cx->state) { switch (cx->state) {
case NAS_CX_RELEASING_FAILURE: case NAS_CX_RELEASING_FAILURE:
cx->retry=0;
case NAS_CX_DCH: case NAS_CX_DCH:
if(cx->state==NAS_CX_RELEASING_FAILURE) cx->retry=0;
nas_mesh_DC_decode_cx_loss_ind(cx,p); // process message nas_mesh_DC_decode_cx_loss_ind(cx,p); // process message
break; break;
......
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