Commit 6ef0445b authored by herlesupreeth's avatar herlesupreeth

Add fall through comment to avoid build fails

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