- mark fall-through explicitly
authorBart Polot <bart@net.in.tum.de>
Fri, 15 Nov 2013 12:54:39 +0000 (12:54 +0000)
committerBart Polot <bart@net.in.tum.de>
Fri, 15 Nov 2013 12:54:39 +0000 (12:54 +0000)
src/mesh/gnunet-service-mesh_connection.c

index 1b171faa5629490f6bc3396b663e1cd64f287d07..c4712f3f2ab6b0ca4844ba0ab8479e7e9930a133 100644 (file)
@@ -792,6 +792,7 @@ connection_maintain (struct MeshConnection *c, int fwd)
   {
     case MESH_CONNECTION_NEW:
       GNUNET_break (0);
+      /* fall-through */
     case MESH_CONNECTION_SENT:
       connection_recreate (c, fwd);
       break;