gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5005 - GNUnet/src/applications/identity


From: gnunet
Subject: [GNUnet-SVN] r5005 - GNUnet/src/applications/identity
Date: Sun, 10 Jun 2007 15:44:25 -0600 (MDT)

Author: grothoff
Date: 2007-06-10 15:44:25 -0600 (Sun, 10 Jun 2007)
New Revision: 5005

Modified:
   GNUnet/src/applications/identity/identity.c
Log:
explained

Modified: GNUnet/src/applications/identity/identity.c
===================================================================
--- GNUnet/src/applications/identity/identity.c 2007-06-10 21:37:09 UTC (rev 
5004)
+++ GNUnet/src/applications/identity/identity.c 2007-06-10 21:44:25 UTC (rev 
5005)
@@ -70,7 +70,7 @@
   PeerIdentity identity;
 
   /**
-   *how long is this host blacklisted? (if at all)
+   * How long is this host blacklisted? (if at all)
    */
   cron_t until;
 
@@ -1263,10 +1263,8 @@
   hello = identity2Hello(identity,
                         protocol,
                         YES);
-  if (hello == NULL) {
-    GE_BREAK(NULL, 0); /* odd */
-    return OK;
-  }
+  if (hello == NULL) 
+    return OK; /* ignore -- happens if HELLO just expired */
   transport = coreAPI->requestService("transport");
   address = transport->helloToString(hello,
                                     YES);





reply via email to

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