aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_client.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-30 20:35:10 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-30 20:35:10 +0000
commita0ba5b741b56036bd35bd9ba88164324b2ff7ada (patch)
tree3fd10a0fc15f9a9e7cf5415b2bec86d97d7fe825 /src/transport/plugin_transport_http_client.c
parent427dd6f998fb1fde515a3b5c800f9f6d308197b2 (diff)
downloadgnunet-a0ba5b741b56036bd35bd9ba88164324b2ff7ada.tar.gz
gnunet-a0ba5b741b56036bd35bd9ba88164324b2ff7ada.zip
-getting ATS and transport to compile again (part of #3047)
Diffstat (limited to 'src/transport/plugin_transport_http_client.c')
-rw-r--r--src/transport/plugin_transport_http_client.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/transport/plugin_transport_http_client.c b/src/transport/plugin_transport_http_client.c
index 2d112d4fe..d6db3d22d 100644
--- a/src/transport/plugin_transport_http_client.c
+++ b/src/transport/plugin_transport_http_client.c
@@ -42,9 +42,8 @@
42#define ENABLE_GET GNUNET_YES 42#define ENABLE_GET GNUNET_YES
43 43
44#include "platform.h" 44#include "platform.h"
45#include "gnunet_util_lib.h"
45#include "gnunet_protocols.h" 46#include "gnunet_protocols.h"
46#include "gnunet_common.h"
47#include "gnunet_server_lib.h"
48#include "gnunet_transport_plugin.h" 47#include "gnunet_transport_plugin.h"
49#include "plugin_transport_http_common.h" 48#include "plugin_transport_http_common.h"
50#include <curl/curl.h> 49#include <curl/curl.h>
@@ -1405,9 +1404,9 @@ client_connect (struct Session *s)
1405 } 1404 }
1406 1405
1407 GNUNET_asprintf (&s->url, "%s/%s;%u", 1406 GNUNET_asprintf (&s->url, "%s/%s;%u",
1408 http_common_plugin_address_to_url (NULL, s->addr, s->addrlen), 1407 http_common_plugin_address_to_url (NULL, s->addr, s->addrlen),
1409 GNUNET_h2s_full (&plugin->env->my_identity->hashPubKey), 1408 GNUNET_i2s_full (plugin->env->my_identity),
1410 plugin->last_tag); 1409 plugin->last_tag);
1411 1410
1412 plugin->last_tag++; 1411 plugin->last_tag++;
1413 1412