changing type
[oweals/gnunet.git] / src / transport / plugin_transport_http_client.c
index 1b70c74b2155e6017ef706a11f74d2ddf68c3ac1..212fb1b59ff2dcac0cc396364ff035963460b80d 100644 (file)
@@ -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);