gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r4942 - GNUnet/src/applications/identity
Date: Fri, 8 Jun 2007 00:16:39 -0600 (MDT)

Author: grothoff
Date: 2007-06-08 00:16:39 -0600 (Fri, 08 Jun 2007)
New Revision: 4942

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

Modified: GNUnet/src/applications/identity/identity.c
===================================================================
--- GNUnet/src/applications/identity/identity.c 2007-06-08 06:15:29 UTC (rev 
4941)
+++ GNUnet/src/applications/identity/identity.c 2007-06-08 06:16:39 UTC (rev 
4942)
@@ -657,7 +657,7 @@
     /* ok, then first try temporary hosts
        (in memory, cheapest!) */
     for (i=0;i<MAX_TEMP_HOSTS;i++) {
-      host = &tempHosts[j];
+      host = &tempHosts[i];
       if ( (host->helloCount > 0) &&
           (0 == memcmp(hostId,
                        &host->identity,





reply via email to

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