diff options
Diffstat (limited to 'indra/test/io.cpp')
-rw-r--r-- | indra/test/io.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/test/io.cpp b/indra/test/io.cpp index 40243a8ad6..ff900ab96b 100644 --- a/indra/test/io.cpp +++ b/indra/test/io.cpp @@ -914,8 +914,7 @@ namespace tut mSocket = LLSocket::create( mPool, LLSocket::STREAM_TCP, - SERVER_LISTEN_PORT, - "127.0.0.1"); + SERVER_LISTEN_PORT); } ~pipe_and_pump_fitness() |