aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_routing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-service-dht_routing.c')
-rw-r--r--src/dht/gnunet-service-dht_routing.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/dht/gnunet-service-dht_routing.c b/src/dht/gnunet-service-dht_routing.c
index ab4e859b5..1cee45a22 100644
--- a/src/dht/gnunet-service-dht_routing.c
+++ b/src/dht/gnunet-service-dht_routing.c
@@ -368,9 +368,8 @@ try_combine_recent (void *cls,
368 struct RecentRequest *in = cls; 368 struct RecentRequest *in = cls;
369 struct RecentRequest *rr = value; 369 struct RecentRequest *rr = value;
370 370
371 if ( (0 != memcmp (&in->peer, 371 if ( (0 != GNUNET_memcmp (&in->peer,
372 &rr->peer, 372 &rr->peer)) ||
373 sizeof (struct GNUNET_PeerIdentity))) ||
374 (in->type != rr->type) || 373 (in->type != rr->type) ||
375 (in->xquery_size != rr->xquery_size) || 374 (in->xquery_size != rr->xquery_size) ||
376 (0 != memcmp (in->xquery, 375 (0 != memcmp (in->xquery,