aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/dht_api.c')
-rw-r--r--src/dht/dht_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/dht_api.c b/src/dht/dht_api.c
index 7bec36d5b..2558f3a7d 100644
--- a/src/dht/dht_api.c
+++ b/src/dht/dht_api.c
@@ -983,7 +983,7 @@ GNUNET_DHT_route_stop (struct GNUNET_DHT_RouteHandle *route_handle,
983 msize = sizeof (struct GNUNET_DHT_StopMessage); 983 msize = sizeof (struct GNUNET_DHT_StopMessage);
984 message = GNUNET_malloc (msize); 984 message = GNUNET_malloc (msize);
985 message->header.size = htons (msize); 985 message->header.size = htons (msize);
986 message->header.type = htons (GNUNET_MESSAGE_TYPE_DHT_ROUTE_STOP); 986 message->header.type = htons (GNUNET_MESSAGE_TYPE_DHT_LOCAL_ROUTE_STOP);
987#if DEBUG_DHT_API 987#if DEBUG_DHT_API
988 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 988 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
989 "`%s': Remove outstanding request for uid %llu\n", "DHT API", 989 "`%s': Remove outstanding request for uid %llu\n", "DHT API",