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 aa9ae888c..ada034043 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -685,7 +685,7 @@ announce_id (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
685 685
686 GNUNET_DHT_put (dht_handle, /* DHT handle */ 686 GNUNET_DHT_put (dht_handle, /* DHT handle */
687 &my_full_id.hashPubKey, /* Key to use */ 687 &my_full_id.hashPubKey, /* Key to use */
688 10U, /* Replication level */ 688 10, /* Replication level */
689 GNUNET_DHT_RO_RECORD_ROUTE | GNUNET_DHT_RO_DEMULTIPLEX_EVERYWHERE, /* DHT options */ 689 GNUNET_DHT_RO_RECORD_ROUTE | GNUNET_DHT_RO_DEMULTIPLEX_EVERYWHERE, /* DHT options */
690 GNUNET_BLOCK_TYPE_TEST, /* Block type */ 690 GNUNET_BLOCK_TYPE_TEST, /* Block type */
691 sizeof (my_full_id), /* Size of the data */ 691 sizeof (my_full_id), /* Size of the data */