aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-29 14:54:15 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-29 14:54:15 +0000
commit794a11b2147dddd92b202d0f43bf44ac1147bff7 (patch)
tree7cb84b07a2332cff6525f68cbc43c2faa46d86e3 /src/dht
parente0616f310efe383cfc0f7e7589cc04815074941b (diff)
downloadgnunet-794a11b2147dddd92b202d0f43bf44ac1147bff7.tar.gz
gnunet-794a11b2147dddd92b202d0f43bf44ac1147bff7.zip
-typo/ftbfs
Diffstat (limited to 'src/dht')
-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 0af2d0d63..3a6fcdc53 100644
--- a/src/dht/dht_api.c
+++ b/src/dht/dht_api.c
@@ -1417,7 +1417,7 @@ GNUNET_DHT_monitor_start (struct GNUNET_DHT_Handle *handle,
1417 if (NULL != key) 1417 if (NULL != key)
1418 { 1418 {
1419 h->key = GNUNET_new(struct GNUNET_HashCode); 1419 h->key = GNUNET_new(struct GNUNET_HashCode);
1420 h->key = *key; 1420 *h->key = *key;
1421 } 1421 }
1422 1422
1423 pending = GNUNET_malloc (sizeof (struct GNUNET_DHT_MonitorStartStopMessage) + 1423 pending = GNUNET_malloc (sizeof (struct GNUNET_DHT_MonitorStartStopMessage) +