gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14011 - gnunet/src/topology


From: gnunet
Subject: [GNUnet-SVN] r14011 - gnunet/src/topology
Date: Tue, 21 Dec 2010 17:47:56 +0100

Author: nevans
Date: 2010-12-21 17:47:56 +0100 (Tue, 21 Dec 2010)
New Revision: 14011

Modified:
   gnunet/src/topology/gnunet-daemon-topology.c
Log:
core related fix

Modified: gnunet/src/topology/gnunet-daemon-topology.c
===================================================================
--- gnunet/src/topology/gnunet-daemon-topology.c        2010-12-21 16:43:55 UTC 
(rev 14010)
+++ gnunet/src/topology/gnunet-daemon-topology.c        2010-12-21 16:47:56 UTC 
(rev 14011)
@@ -704,6 +704,9 @@
              "Core told us that we are connecting to `%s'\n",
              GNUNET_i2s (peer));
 #endif
+  if (0 == memcmp(&my_identity, peer, sizeof(struct GNUNET_PeerIdentity)))
+    return;
+
   connection_count++;
   GNUNET_STATISTICS_set (stats,
                         gettext_noop ("# peers connected"),




reply via email to

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