Fix usage of flag SLURLPassToOtherInstance during login.
parent
7517f25c43
commit
3c8f6f44dc
|
|
@ -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()))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue