diff options
author | Oz Linden <oz@lindenlab.com> | 2018-08-30 16:25:45 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2018-08-30 16:25:45 -0400 |
commit | 88e04ab2ab2a13cd660f33e64c52ad3375144d2a (patch) | |
tree | f2a8252c03a2ca4cb4171115089c282dbdb9cae2 /indra/test/io.cpp | |
parent | f561b11fb899597682056eb2abd8337fc4703e1f (diff) |
Restore the ability for sockets to specify the interface to listen on
Diffstat (limited to 'indra/test/io.cpp')
-rw-r--r-- | indra/test/io.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/test/io.cpp b/indra/test/io.cpp index ff900ab96b..40243a8ad6 100644 --- a/indra/test/io.cpp +++ b/indra/test/io.cpp @@ -914,7 +914,8 @@ namespace tut mSocket = LLSocket::create( mPool, LLSocket::STREAM_TCP, - SERVER_LISTEN_PORT); + SERVER_LISTEN_PORT, + "127.0.0.1"); } ~pipe_and_pump_fitness() |