diff options
| author | Rider Linden <rider@lindenlab.com> | 2015-09-21 10:59:58 -0700 |
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2015-09-21 10:59:58 -0700 |
| commit | 1eed334e7ff1ce261f740f5da7207a65c3f4ef57 (patch) | |
| tree | d884475cfd0731743d716393029394d99ec17638 /indra/newview/llstartup.cpp | |
| parent | cf835a80cd2bb5d02cc03034009919e0d9eb73b6 (diff) | |
MAINT-5629: Remove llares and llareslistener. Login now does not attempt to do a lookup on the server names and rewrite the URL.
MAINT-5614: Bad password status correctly detected.
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rwxr-xr-x | indra/newview/llstartup.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 047e23cefc..7616f65a29 100755 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -46,7 +46,6 @@ #include "llaudioengine_openal.h" #endif -#include "llares.h" #include "llavatarnamecache.h" #include "llexperiencecache.h" #include "lllandmark.h" @@ -444,13 +443,6 @@ bool idle_startup() // Load the throttle settings gViewerThrottle.load(); - if (ll_init_ares() == NULL || !gAres->isInitialized()) - { - std::string diagnostic = "Could not start address resolution system"; - LL_WARNS("AppInit") << diagnostic << LL_ENDL; - LLAppViewer::instance()->earlyExit("LoginFailedNoNetwork", LLSD().with("DIAGNOSTIC", diagnostic)); - } - // // Initialize messaging system // |
