check
authorChristian Grothoff <christian@grothoff.org>
Tue, 18 May 2010 13:11:20 +0000 (13:11 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 18 May 2010 13:11:20 +0000 (13:11 +0000)
src/transport/gnunet-service-transport.c

index 431b4e9909e9b257a368ba252bebbbeeff35b6f0..fa4fd69e2462b75a7afdcf48b45803759775edf2 100644 (file)
@@ -2382,9 +2382,10 @@ timeout_hello_validation (void *cls, const struct GNUNET_SCHEDULER_TaskContext *
                      sizeof (struct
                              GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded),
                      &pid.hashPubKey);
-  GNUNET_CONTAINER_multihashmap_remove (validation_map,
-                                       &pid.hashPubKey,
-                                       va);
+  GNUNET_break (GNUNET_OK ==
+                GNUNET_CONTAINER_multihashmap_remove (validation_map,
+                                               &pid.hashPubKey,
+                                       va));
   GNUNET_free (va->transport_name);
   GNUNET_free (va);
 }