gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r13038 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r13038 - gnunet/src/dht
Date: Tue, 21 Sep 2010 12:17:12 +0200

Author: nevans
Date: 2010-09-21 12:17:12 +0200 (Tue, 21 Sep 2010)
New Revision: 13038

Modified:
   gnunet/src/dht/gnunet-service-dht.c
Log:
missing return

Modified: gnunet/src/dht/gnunet-service-dht.c
===================================================================
--- gnunet/src/dht/gnunet-service-dht.c 2010-09-21 09:45:07 UTC (rev 13037)
+++ gnunet/src/dht/gnunet-service-dht.c 2010-09-21 10:17:12 UTC (rev 13038)
@@ -2282,6 +2282,7 @@
           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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]