From f02ac3b7dc8c0496a639e881f6a5f8c62bbdd7c0 Mon Sep 17 00:00:00 2001 From: Merov Linden Date: Wed, 13 Aug 2014 17:21:13 -0700 Subject: Switch the merchant bypass off (that's debug only, for dev only...) --- indra/newview/llmarketplacefunctions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llmarketplacefunctions.cpp b/indra/newview/llmarketplacefunctions.cpp index c2b4f34ac2..b37ae30021 100755 --- a/indra/newview/llmarketplacefunctions.cpp +++ b/indra/newview/llmarketplacefunctions.cpp @@ -124,7 +124,7 @@ void log_SLM_infos(const std::string& request, const std::string& url, const std // Merov: This is a temporary hack used by dev while secondlife-staging is down... // *TODO : Suppress that before shipping! -static bool sBypassMerchant = true; +static bool sBypassMerchant = false; class LLSLMGetMerchantResponder : public LLHTTPClient::Responder { -- cgit v1.2.3