- return on error
authorBart Polot <bart@net.in.tum.de>
Wed, 17 Jul 2013 12:46:04 +0000 (12:46 +0000)
committerBart Polot <bart@net.in.tum.de>
Wed, 17 Jul 2013 12:46:04 +0000 (12:46 +0000)
src/mesh/gnunet-service-mesh.c

index 60d29a039b979070b8c79fa1c2e1e83644cef35c..5cba49297df9088cd72a22353f64cb0bf07ab0e1 100644 (file)
@@ -4356,7 +4356,10 @@ handle_mesh_poll (void *cls, const struct GNUNET_PeerIdentity *peer,
     tunnel_send_ack (t, GNUNET_MESSAGE_TYPE_MESH_POLL, GNUNET_YES);
   }
   else
+  {
     GNUNET_break (0);
+    return GNUNET_OK;
+  }
 
   if (GNUNET_YES == t->reliable)
     fc->last_pid_recv = old;