Document deliberate case fall through.
authorPeter D. Barnes, Jr. <barnes26@llnl.gov>
Thu, 16 May 2013 11:06:52 -0400
changeset 9791 47c3efe53b24
parent 9790 f226e8acee4a
child 9792 0ae0a3d90b3c
Document deliberate case fall through.
src/mesh/model/dot11s/peer-link.cc
--- a/src/mesh/model/dot11s/peer-link.cc	Thu May 16 10:57:10 2013 -0400
+++ b/src/mesh/model/dot11s/peer-link.cc	Thu May 16 11:06:52 2013 -0400
@@ -578,6 +578,7 @@
         {
         case CLS_ACPT:
           ClearHoldingTimer ();
+          // fall through:
         case TOH:
           m_state = IDLE;
           m_linkStatusCallback (m_interface, m_peerAddress, m_peerMeshPointAddress, HOLDING, IDLE);