gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r15906 - gnunet/src/dv


From: gnunet
Subject: [GNUnet-SVN] r15906 - gnunet/src/dv
Date: Fri, 8 Jul 2011 19:13:22 +0200

Author: nevans
Date: 2011-07-08 19:13:22 +0200 (Fri, 08 Jul 2011)
New Revision: 15906

Modified:
   gnunet/src/dv/gnunet-service-dv.c
Log:


Modified: gnunet/src/dv/gnunet-service-dv.c
===================================================================
--- gnunet/src/dv/gnunet-service-dv.c   2011-07-08 17:12:05 UTC (rev 15905)
+++ gnunet/src/dv/gnunet-service-dv.c   2011-07-08 17:13:22 UTC (rev 15906)
@@ -2426,7 +2426,6 @@
                                                   &update_matching_neighbors,
                                                   neighbor_update) != 
GNUNET_SYSERR))
     {
-
 #if AT_MOST_ONE
     if ((neighbor != NULL) && (cost < neighbor->cost)) /* New cost is less 
than old, remove old */
       {
@@ -2954,9 +2953,7 @@
       {
         sent = GNUNET_CONTAINER_multihashmap_iterate(direct_neighbors, 
&add_distant_all_direct_neighbors, about);
         if (stats != NULL)
-          {
-            GNUNET_STATISTICS_update (stats, "# direct peers gossiped to new 
direct neighbors", sent, GNUNET_NO);
-          }
+          GNUNET_STATISTICS_update (stats, "# direct peers gossiped to new 
direct neighbors", sent, GNUNET_NO);
       }
 #if DEBUG_DV
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
@@ -3098,7 +3095,7 @@
   coreMST = GNUNET_SERVER_mst_create (&tokenized_message_handler,
                                       NULL);
 
-   peerinfo_handle = GNUNET_PEERINFO_connect(cfg);
+  peerinfo_handle = GNUNET_PEERINFO_connect(cfg);
 
    if (peerinfo_handle == NULL)
      {




reply via email to

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