gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21405 - gnunet/src/core


From: gnunet
Subject: [GNUnet-SVN] r21405 - gnunet/src/core
Date: Thu, 10 May 2012 11:24:58 +0200

Author: grothoff
Date: 2012-05-10 11:24:58 +0200 (Thu, 10 May 2012)
New Revision: 21405

Modified:
   gnunet/src/core/core_api.c
Log:
-allow outbound monitoring of self-loop messages without bitching

Modified: gnunet/src/core/core_api.c
===================================================================
--- gnunet/src/core/core_api.c  2012-05-10 09:13:14 UTC (rev 21404)
+++ gnunet/src/core/core_api.c  2012-05-10 09:24:58 UTC (rev 21405)
@@ -983,12 +983,6 @@
       return;
     }
     ntm = (const struct NotifyTrafficMessage *) msg;
-    if (0 == memcmp (&h->me, &ntm->peer, sizeof (struct GNUNET_PeerIdentity)))
-    {
-      /* self-change!? */
-      GNUNET_break (0);
-      return;
-    }
     ats_count = ntohl (ntm->ats_count);
     if ((msize <
          sizeof (struct NotifyTrafficMessage) +




reply via email to

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