aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-27 12:20:31 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-27 12:20:31 +0000
commit6549574748c9583f86fc35dbb47d7709cafe671d (patch)
treef2b714ca6969633fa1f50a76614a5655dead19bf /src/dht/dht_api.c
parentd3834ca8024608b1dc7df467405d8a6ed31e8c05 (diff)
downloadgnunet-6549574748c9583f86fc35dbb47d7709cafe671d.tar.gz
gnunet-6549574748c9583f86fc35dbb47d7709cafe671d.zip
-misc fixes to DHT tests
Diffstat (limited to 'src/dht/dht_api.c')
-rw-r--r--src/dht/dht_api.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dht/dht_api.c b/src/dht/dht_api.c
index de1043ca9..f67c1075f 100644
--- a/src/dht/dht_api.c
+++ b/src/dht/dht_api.c
@@ -993,6 +993,10 @@ GNUNET_DHT_put (struct GNUNET_DHT_Handle *handle,
993 } 993 }
994 if (NULL == handle->mq) 994 if (NULL == handle->mq)
995 return NULL; 995 return NULL;
996 LOG (GNUNET_ERROR_TYPE_DEBUG,
997 "Sending PUT for %s to DHT via %p\n",
998 GNUNET_h2s (key),
999 handle);
996 ph = GNUNET_new (struct GNUNET_DHT_PutHandle); 1000 ph = GNUNET_new (struct GNUNET_DHT_PutHandle);
997 ph->dht_handle = handle; 1001 ph->dht_handle = handle;
998 ph->cont = cont; 1002 ph->cont = cont;