more information why nat tests fail
[oweals/gnunet.git] / src / namecache / namecache_api.c
index 6ef8027a448aaa857d2b67a7b2b9ed320b2004a2..26d80f4bff83b9cdee995882162ce3933a4e3534 100644 (file)
@@ -271,8 +271,8 @@ handle_block_cache_response (struct GNUNET_NAMECACHE_QueueEntry *qe,
   if (NULL != qe->cont)
     qe->cont (qe->cont_cls,
              res,
-             (GNUNET_OK == res) ?
-             NULL
+             (GNUNET_OK == res)
+             NULL
              : _("Namecache failed to cache block"));
   return GNUNET_OK;
 }
@@ -690,8 +690,6 @@ GNUNET_NAMECACHE_lookup_block (struct GNUNET_NAMECACHE_Handle *h,
   size_t msg_size;
   uint32_t rid;
 
-  GNUNET_assert (NULL != h);
-  GNUNET_assert (NULL != derived_hash);
   LOG (GNUNET_ERROR_TYPE_DEBUG,
        "Looking for block under %s\n",
        GNUNET_h2s (derived_hash));