more information why nat tests fail
[oweals/gnunet.git] / src / namecache / namecache_api.c
index f3e78061d8f08dff3d5144d05dd58c1ed499ebb8..26d80f4bff83b9cdee995882162ce3933a4e3534 100644 (file)
@@ -34,7 +34,6 @@
 #include "gnunet_gnsrecord_lib.h"
 #include "gnunet_signatures.h"
 #include "gnunet_namecache_service.h"
-#include "gnunet_namestore_service.h"
 #include "namecache.h"
 
 
@@ -272,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;
 }
@@ -691,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));