From: Nathan S. Evans Date: Tue, 21 Sep 2010 10:17:12 +0000 (+0000) Subject: missing return X-Git-Tag: initial-import-from-subversion-38251~20288 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8a0030fc6379301d75dea89fb5543608db16854c;p=oweals%2Fgnunet.git missing return --- diff --git a/src/dht/gnunet-service-dht.c b/src/dht/gnunet-service-dht.c index c606f16ba..2ee40f2da 100644 --- a/src/dht/gnunet-service-dht.c +++ b/src/dht/gnunet-service-dht.c @@ -2282,6 +2282,7 @@ handle_dht_find_peer (void *cls, increment_stats(STAT_HELLOS_PROVIDED); GNUNET_TRANSPORT_offer_hello(transport_handle, other_hello); GNUNET_CORE_peer_request_connect(sched, cfg, GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 5), &peer_id, NULL, NULL); + return; } else /* We don't want this peer! */ /* Alternatively, just continue normally */ return;