-help safey
authorChristian Grothoff <christian@grothoff.org>
Mon, 14 May 2012 16:28:31 +0000 (16:28 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 14 May 2012 16:28:31 +0000 (16:28 +0000)
src/mesh/gnunet-service-mesh.c

index 3b704f101eed9c7b7ba5a5cad7b221eaea09d63f..31e0dc901548ea2b4c426d170bd1d328c601b5a8 100644 (file)
@@ -628,14 +628,9 @@ announce_application (void *cls, const GNUNET_HashCode * key, void *value)
                   GNUNET_DHT_RO_DEMULTIPLEX_EVERYWHERE, GNUNET_BLOCK_TYPE_TEST,
                   sizeof (struct GNUNET_PeerIdentity),
                   (const char *) &my_full_id,
-#if MESH_DEBUG
-                  GNUNET_TIME_UNIT_FOREVER_ABS, GNUNET_TIME_UNIT_FOREVER_REL,
-                  &mesh_debug, "DHT_put for app completed");
-#else
                   GNUNET_TIME_absolute_add (GNUNET_TIME_absolute_get (),
                                             APP_ANNOUNCE_TIME),
                   APP_ANNOUNCE_TIME, NULL, NULL);
-#endif
   return GNUNET_OK;
 }