summaryrefslogtreecommitdiff
path: root/indra/llmessage/lliosocket.cpp
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2018-08-28 22:26:12 +0300
committerAndreyL ProductEngine <alihatskiy@productengine.com>2018-08-28 22:26:12 +0300
commit236f986d352c60d489868fe0755b33394348340f (patch)
tree4603c9d2ed6333b03e8f5722dabced6ad495f4b4 /indra/llmessage/lliosocket.cpp
parent36e89143b74b7fffdaf9fbb14565c957626a80c3 (diff)
Backed out changeset: 871c2923afce
Diffstat (limited to 'indra/llmessage/lliosocket.cpp')
-rw-r--r--indra/llmessage/lliosocket.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llmessage/lliosocket.cpp b/indra/llmessage/lliosocket.cpp
index b15b98db80..b7460df508 100644
--- a/indra/llmessage/lliosocket.cpp
+++ b/indra/llmessage/lliosocket.cpp
@@ -101,7 +101,7 @@ void ll_debug_socket(const char* msg, apr_socket_t* apr_sock)
///
// static
-LLSocket::ptr_t LLSocket::create(apr_pool_t* pool, EType type, U16 port, const char *hostname)
+LLSocket::ptr_t LLSocket::create(apr_pool_t* pool, EType type, U16 port)
{
LLSocket::ptr_t rv;
apr_socket_t* socket = NULL;
@@ -150,7 +150,7 @@ LLSocket::ptr_t LLSocket::create(apr_pool_t* pool, EType type, U16 port, const c
apr_sockaddr_t* sa = NULL;
status = apr_sockaddr_info_get(
&sa,
- hostname,
+ APR_ANYADDR,
APR_UNSPEC,
port,
0,