aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api_address_to_string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport_api_address_to_string.c')
-rw-r--r--src/transport/transport_api_address_to_string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/transport_api_address_to_string.c b/src/transport/transport_api_address_to_string.c
index 2220790be..2b8b426c7 100644
--- a/src/transport/transport_api_address_to_string.c
+++ b/src/transport/transport_api_address_to_string.c
@@ -203,7 +203,7 @@ GNUNET_TRANSPORT_address_to_string (const struct GNUNET_CONFIGURATION_Handle *cf
203 client, 203 client,
204 GNUNET_i2s (&address->peer), 204 GNUNET_i2s (&address->peer),
205 address->transport_name, 205 address->transport_name,
206 address->address_length); 206 (unsigned int) address->address_length);
207 207
208 msg = GNUNET_malloc (len); 208 msg = GNUNET_malloc (len);
209 msg->header.size = htons (len); 209 msg->header.size = htons (len);