fixing bogus assertion / 1846
authorChristian Grothoff <christian@grothoff.org>
Mon, 24 Oct 2011 08:28:22 +0000 (08:28 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 24 Oct 2011 08:28:22 +0000 (08:28 +0000)
src/core/gnunet-service-core_clients.c

index 5cdac7d81118861529ba8c7e82d4dc4db1e6ddd1..8f77c62a6c9544b5f2e4af852817dc9067b3df70 100644 (file)
@@ -624,11 +624,6 @@ GSC_CLIENTS_solicit_request (struct GSC_ClientActiveRequest *car)
 void
 GSC_CLIENTS_reject_request (struct GSC_ClientActiveRequest *car)
 {
-#if DEBUG_CONNECTS
-  GNUNET_assert (GNUNET_YES ==
-                GNUNET_CONTAINER_multihashmap_contains (car->client_handle->connectmap,
-                                                        &car->target.hashPubKey));
-#endif
   GNUNET_assert (GNUNET_YES ==
                 GNUNET_CONTAINER_multihashmap_remove (car->client_handle->requests,
                                                       &car->target.hashPubKey,