aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_http_client.c')
-rw-r--r--src/transport/plugin_transport_http_client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_http_client.c b/src/transport/plugin_transport_http_client.c
index 16676bc2d..d6f8afdfd 100644
--- a/src/transport/plugin_transport_http_client.c
+++ b/src/transport/plugin_transport_http_client.c
@@ -1487,6 +1487,8 @@ open_tcp_stealth_socket_cb (void *clientp,
1487 &s->address->peer, 1487 &s->address->peer,
1488 sizeof (struct GNUNET_PeerIdentity))) ) 1488 sizeof (struct GNUNET_PeerIdentity))) )
1489 { 1489 {
1490 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
1491 _("TCP_STEALTH not supported on this platform.\n"));
1490 (void) close (ret); 1492 (void) close (ret);
1491 return CURL_SOCKET_BAD; 1493 return CURL_SOCKET_BAD;
1492 } 1494 }