Fix usage of flag SLURLPassToOtherInstance during login.

meow-7.2.2
Dave SIMmONs 2011-03-28 10:22:01 -07:00
parent 7517f25c43
commit 3c8f6f44dc
1 changed files with 1 additions and 1 deletions

View File

@ -2459,7 +2459,7 @@ bool LLAppViewer::initConfiguration()
// out of different directories
if (LLStartUp::getStartSLURL().isValid() &&
!(gSavedSettings.getBOOL("SLURLPassToOtherInstance")))
(gSavedSettings.getBOOL("SLURLPassToOtherInstance")))
{
if (sendURLToOtherInstance(LLStartUp::getStartSLURL().getSLURLString()))
{