diff options
author | wachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-09-26 08:55:00 +0000 |
---|---|---|
committer | wachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-09-26 08:55:00 +0000 |
commit | 5cdc4e96b6e64bee2ee8b0679ca879857f845e2b (patch) | |
tree | 8d7eae859b119f25685938866f00ae5ba0ee0971 /src/transport/plugin_transport_http_client.c | |
parent | 07971eb24ac7bbb60f993303e26754a6a54c09b2 (diff) |
changing type
git-svn-id: https://gnunet.org/svn/gnunet@24006 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/transport/plugin_transport_http_client.c')
-rw-r--r-- | src/transport/plugin_transport_http_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_http_client.c b/src/transport/plugin_transport_http_client.c index 1b70c74b21..212fb1b59f 100644 --- a/src/transport/plugin_transport_http_client.c +++ b/src/transport/plugin_transport_http_client.c @@ -1013,7 +1013,7 @@ client_run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { struct HTTP_Client_Plugin *plugin = cls; int running; - int http_statuscode; + long http_statuscode; CURLMcode mret; GNUNET_assert (cls != NULL); |