aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh.c')
-rw-r--r--src/mesh/gnunet-service-mesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index d278c2039..36c6115a1 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -694,7 +694,7 @@ announce_id (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
694 GNUNET_BLOCK_TYPE_TEST, /* Block type */ 694 GNUNET_BLOCK_TYPE_TEST, /* Block type */
695 sizeof (my_full_id), /* Size of the data */ 695 sizeof (my_full_id), /* Size of the data */
696 (char *) &my_full_id, /* Data itself */ 696 (char *) &my_full_id, /* Data itself */
697 GNUNET_TIME_absolute_get_forever (), /* Data expiration */ 697 GNUNET_TIME_UNIT_FOREVER_ABS, /* Data expiration */
698 GNUNET_TIME_UNIT_FOREVER_REL, /* Retry time */ 698 GNUNET_TIME_UNIT_FOREVER_REL, /* Retry time */
699 NULL, /* Continuation */ 699 NULL, /* Continuation */
700 NULL); /* Continuation closure */ 700 NULL); /* Continuation closure */