aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 3f850b3e7..9e95155a9 100644
--- a/src/dht/dht_api.c
+++ b/src/dht/dht_api.c
@@ -1123,7 +1123,7 @@ GNUNET_DHT_monitor_start (struct GNUNET_DHT_Handle *handle,
1123 pending->msg = &m->header; 1123 pending->msg = &m->header;
1124 pending->handle = handle; 1124 pending->handle = handle;
1125 pending->free_on_send = GNUNET_YES; 1125 pending->free_on_send = GNUNET_YES;
1126 m->header.type = htons (GNUNET_MESSAGE_TYPE_DHT_MONITOR_GET); 1126 m->header.type = htons (GNUNET_MESSAGE_TYPE_DHT_MONITOR_START);
1127 m->header.size = htons (sizeof (struct GNUNET_DHT_MonitorStartMessage)); 1127 m->header.size = htons (sizeof (struct GNUNET_DHT_MonitorStartMessage));
1128 m->type = htonl(type); 1128 m->type = htonl(type);
1129 m->get = (NULL != get_cb); 1129 m->get = (NULL != get_cb);