From 3c8f6f44dc7b0ec6c8632fc75df6effad3e7ef98 Mon Sep 17 00:00:00 2001
From: Dave SIMmONs <simon@lindenlab.com>
Date: Mon, 28 Mar 2011 10:22:01 -0700
Subject: [PATCH] Fix usage of flag SLURLPassToOtherInstance during login.

---
 indra/newview/llappviewer.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index b670a40cd03..0bf8fc2205e 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -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()))
 		{
-- 
GitLab