diff options
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/newview/llviewernetwork.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewernetwork.cpp b/linden/indra/newview/llviewernetwork.cpp index 5b423ff..c8cffcf 100644 --- a/linden/indra/newview/llviewernetwork.cpp +++ b/linden/indra/newview/llviewernetwork.cpp | |||
@@ -60,7 +60,7 @@ static LLGridData gGridInfo[GRID_INFO_COUNT] = | |||
60 | { "Local OpenSim", | 60 | { "Local OpenSim", |
61 | "", | 61 | "", |
62 | "localhost", | 62 | "localhost", |
63 | "http://0.0.0.0:9000", | 63 | "http://127.0.0.1:9000", |
64 | "" }, | 64 | "" }, |
65 | { "Other", "", "", "", "" } | 65 | { "Other", "", "", "", "" } |
66 | }; | 66 | }; |