diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index b670a40cd03793a1f962915ab623ae1d425b6b4a..0bf8fc2205ea363af8b0fff5625bf1261c5202c3 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()))
 		{