gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r5862 - GNUnet/src/applications/identity
Date: Tue, 11 Dec 2007 20:33:20 -0700 (MST)

Author: grothoff
Date: 2007-12-11 20:33:20 -0700 (Tue, 11 Dec 2007)
New Revision: 5862

Modified:
   GNUnet/src/applications/identity/identity.c
Log:
whitelist when forcing connection from client API

Modified: GNUnet/src/applications/identity/identity.c
===================================================================
--- GNUnet/src/applications/identity/identity.c 2007-12-11 09:26:52 UTC (rev 
5861)
+++ GNUnet/src/applications/identity/identity.c 2007-12-12 03:33:20 UTC (rev 
5862)
@@ -1192,6 +1192,7 @@
   if (sizeof (CS_identity_connect_MESSAGE) != ntohs (message->size))
     return GNUNET_SYSERR;
   msg = (const CS_identity_connect_MESSAGE *) message;
+  whitelistHost(&msg->other);
   coreAPI->unicast (&msg->other, NULL, 0, 0);
   ret = coreAPI->queryPeerStatus (&msg->other, NULL, NULL);
   return coreAPI->sendValueToClient (sock,





reply via email to

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