diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-08-16 01:06:14 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-08-16 01:06:14 +0300 |
commit | 3ee8130bb0e7ae7d0794434a2254086557c2382b (patch) | |
tree | f0914b48cd16d7301366ac89824bd2e105d39364 /indra/test | |
parent | 3ef47fc0057b1193ab94151589a2ac2742370520 (diff) | |
parent | f6735af9315ed91a0d28804252c1351c9d4b379f (diff) |
Merged in lindenlab/viewer-bear
Diffstat (limited to 'indra/test')
-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() |