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),
_______________________________________________
GNUnet-SVN mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnunet-svn