From d59a3ba5d604cd8355a231c34ce5e92b7af56a3b Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 12 Jul 2013 14:56:09 +0000 Subject: using inbound string --- src/transport/plugin_transport_http_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transport/plugin_transport_http_common.c') 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, if (NULL == addr) return NULL; if (0 == addrlen) - return ""; + return TRANSPORT_SESSION_INBOUND_STRING; if (addrlen != http_common_address_get_size (address)) return NULL; addr_str = (char *) &address[1]; -- cgit v1.2.3