- breaks not required anymore
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 2 May 2012 07:58:28 +0000 (07:58 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 2 May 2012 07:58:28 +0000 (07:58 +0000)
src/transport/plugin_transport_http_server.c

index 1ce08435d7206386bed8ef456be2e83c3f1ce89a..0a6e0c52c67ed2827bd6242649c74c0d516159fc 100644 (file)
@@ -480,7 +480,6 @@ server_lookup_session (struct Plugin *plugin,
                      "Server: Found matching semi-session, merging session for peer `%s'\n",
                      GNUNET_i2s (&target));
 
-    GNUNET_break (0);
     plugin->inbound_sessions ++;
     GNUNET_STATISTICS_set (plugin->env->stats,
         "# HTTP inbound sessions",
@@ -505,8 +504,6 @@ server_lookup_session (struct Plugin *plugin,
     GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, plugin->name,
                      "Server: Found matching semi-session, merging session for peer `%s'\n",
                      GNUNET_i2s (&target));
-
-    GNUNET_break (0);
     plugin->inbound_sessions ++;
     GNUNET_STATISTICS_set (plugin->env->stats,
         "# HTTP inbound sessions",
@@ -756,7 +753,7 @@ server_disconnect_cb (void *cls, struct MHD_Connection *connection,
   struct Session *s = NULL;
   struct Session *t = NULL;
   struct Plugin *plugin = NULL;
-GNUNET_break (0);
+
   if (sc == NULL)
     return;