gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5677 - GNUnet/src/transports


From: gnunet
Subject: [GNUnet-SVN] r5677 - GNUnet/src/transports
Date: Sat, 29 Sep 2007 21:30:11 -0600 (MDT)

Author: grothoff
Date: 2007-09-29 21:30:11 -0600 (Sat, 29 Sep 2007)
New Revision: 5677

Modified:
   GNUnet/src/transports/http.c
Log:
need to use MY id here

Modified: GNUnet/src/transports/http.c
===================================================================
--- GNUnet/src/transports/http.c        2007-09-30 02:48:20 UTC (rev 5676)
+++ GNUnet/src/transports/http.c        2007-09-30 03:30:11 UTC (rev 5677)
@@ -1243,7 +1243,7 @@
   url = httpSession->cs.client.url;
   if (url == NULL)
     {
-      hash2enc (&httpSession->sender.hashPubKey, &enc);
+      hash2enc (&coreAPI->myIdentity->hashPubKey, &enc);
       url = MALLOC (64 + sizeof (EncName));
       SNPRINTF (url,
                 64 + sizeof (EncName),





reply via email to

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