aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_http_common.c')
-rw-r--r--src/transport/plugin_transport_http_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_http_common.c b/src/transport/plugin_transport_http_common.c
index 887aa6981..4c64d2bf7 100644
--- a/src/transport/plugin_transport_http_common.c
+++ b/src/transport/plugin_transport_http_common.c
@@ -271,7 +271,7 @@ http_common_plugin_address_to_string (void *cls, char *plugin, const void *addr,
271 if (NULL == addr) 271 if (NULL == addr)
272 return NULL; 272 return NULL;
273 if (0 == addrlen) 273 if (0 == addrlen)
274 return "<inbound>"; 274 return TRANSPORT_SESSION_INBOUND_STRING;
275 if (addrlen != http_common_address_get_size (address)) 275 if (addrlen != http_common_address_get_size (address))
276 return NULL; 276 return NULL;
277 addr_str = (char *) &address[1]; 277 addr_str = (char *) &address[1];