gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r14014 - gnunet/src/topology
Date: Tue, 21 Dec 2010 23:03:01 +0100

Author: grothoff
Date: 2010-12-21 23:03:01 +0100 (Tue, 21 Dec 2010)
New Revision: 14014

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

Modified: gnunet/src/topology/gnunet-daemon-topology.c
===================================================================
--- gnunet/src/topology/gnunet-daemon-topology.c        2010-12-21 20:49:34 UTC 
(rev 14013)
+++ gnunet/src/topology/gnunet-daemon-topology.c        2010-12-21 22:03:01 UTC 
(rev 14014)
@@ -772,7 +772,9 @@
                   GNUNET_PeerIdentity * peer)
 {
   struct Peer *pos;
- 
+
+  if (0 == memcmp(&my_identity, peer, sizeof(struct GNUNET_PeerIdentity)))
+    return;
 #if DEBUG_TOPOLOGY
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
              "Core told us that we disconnected from `%s'\n",




reply via email to

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