aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-02-14 14:56:01 +0000
committerBart Polot <bart@net.in.tum.de>2013-02-14 14:56:01 +0000
commit6052a2072e078f207ddfdf70197bd45e98657339 (patch)
tree13b71d8d60411ab6bc7532e89d33170d407df3f4 /src/mesh
parent64ab4a8d604f250ec1347c929c6e35efafbca99a (diff)
downloadgnunet-6052a2072e078f207ddfdf70197bd45e98657339.tar.gz
gnunet-6052a2072e078f207ddfdf70197bd45e98657339.zip
- debug
Diffstat (limited to 'src/mesh')
-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 3dc36875b..c86da5541 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -1459,7 +1459,7 @@ announce_application (void *cls, const struct GNUNET_HashCode * key, void *value
1459 return GNUNET_YES; 1459 return GNUNET_YES;
1460 } 1460 }
1461 block.type = htonl (block.type); 1461 block.type = htonl (block.type);
1462 1462 DEBUG_DHT ("Putting APP key: %s\n", GNUNET_h2s (key));
1463 GNUNET_break (NULL != 1463 GNUNET_break (NULL !=
1464 GNUNET_DHT_put (dht_handle, key, 1464 GNUNET_DHT_put (dht_handle, key,
1465 dht_replication_level, 1465 dht_replication_level,