From 5304945e03d6297a9fe78e7038f7154dcbbb87f1 Mon Sep 17 00:00:00 2001
From: andreykproductengine <akleshchev@productengine.com>
Date: Wed, 9 Mar 2016 18:33:30 +0200
Subject: [PATCH] MAINT-2969 FIXED decompressDCTPatch crashes all viewers in
 certain regions

---
 indra/newview/llsurface.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/indra/newview/llsurface.cpp b/indra/newview/llsurface.cpp
index 503dd6747d9..cb356726e6a 100755
--- a/indra/newview/llsurface.cpp
+++ b/indra/newview/llsurface.cpp
@@ -718,7 +718,6 @@ void LLSurface::decompressDCTPatch(LLBitPack &bitpack, LLGroupHeader *gopp, BOOL
 				<< " quant_wbits " << (S32)ph.quant_wbits
 				<< " patchids " << (S32)ph.patchids
 				<< LL_ENDL;
-            LLAppViewer::instance()->badNetworkHandler();
 			return;
 		}
 
-- 
GitLab