remove output
[oweals/gnunet.git] / src / transport / plugin_transport_http_common.c
index 887aa69814e1423b6e16cc960049316902a83c66..4c64d2bf7e9c8cd4468f61105b35d2a4ff71ec07 100644 (file)
@@ -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 "<inbound>";
+    return TRANSPORT_SESSION_INBOUND_STRING;
   if (addrlen != http_common_address_get_size (address))
        return NULL;
   addr_str = (char *) &address[1];