From: Christian Grothoff Date: Mon, 14 May 2012 16:28:31 +0000 (+0000) Subject: -help safey X-Git-Tag: initial-import-from-subversion-38251~13495 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ca88f5254d8c12d5fc11cb3810b546ca3c3a4282;p=oweals%2Fgnunet.git -help safey --- diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 3b704f101..31e0dc901 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -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; }