gnunet-svn
[Top][All Lists]
Advanced

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

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


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

Author: grothoff
Date: 2007-06-08 00:02:10 -0600 (Fri, 08 Jun 2007)
New Revision: 4939

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

Modified: GNUnet/src/applications/identity/identity.c
===================================================================
--- GNUnet/src/applications/identity/identity.c 2007-06-08 05:56:01 UTC (rev 
4938)
+++ GNUnet/src/applications/identity/identity.c 2007-06-08 06:02:10 UTC (rev 
4939)
@@ -431,10 +431,10 @@
   int slot;
   PeerIdentity have;
 
-  getPeerIdentity(&msg->publicKey,
+  getPeerIdentity(&tmp->publicKey,
                  &have);
   if (0 != memcmp(&have,
-                 &msg->senderIdentity,
+                 &tmp->senderIdentity,
                  sizeof(PeerIdentity))) {
     GE_BREAK(NULL, 0);
     return;
@@ -637,9 +637,10 @@
  * @param result where to store the result
  * @returns SYSERR on failure, OK on success
  */
-static P2P_hello_MESSAGE * identity2Hello(const PeerIdentity *  hostId,
-                                        unsigned short protocol,
-                                        int tryTemporaryList) {
+static P2P_hello_MESSAGE * 
+identity2Hello(const PeerIdentity *  hostId,
+              unsigned short protocol,
+              int tryTemporaryList) {
   P2P_hello_MESSAGE * result;
   HostEntry * host;
   char * fn;





reply via email to

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