summaryrefslogtreecommitdiff
path: root/indra/llmessage/llcurl.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-09-14 13:33:50 -0700
committerRider Linden <rider@lindenlab.com>2015-09-14 13:33:50 -0700
commit32912a395839712b4edd4f39737d116f1730f5bf (patch)
tree4f3675797fda09c2c2789fa375f38bf8edc24b30 /indra/llmessage/llcurl.cpp
parent97236a42ca08979897d5c7b0826312345754cd67 (diff)
MAINT-5507: Test checkin with RPC code and URL request disabled. Make sure it does not break non windows builds.
Diffstat (limited to 'indra/llmessage/llcurl.cpp')
-rwxr-xr-xindra/llmessage/llcurl.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llmessage/llcurl.cpp b/indra/llmessage/llcurl.cpp
index ef28a4d211..630e5ebe71 100755
--- a/indra/llmessage/llcurl.cpp
+++ b/indra/llmessage/llcurl.cpp
@@ -1060,6 +1060,8 @@ void LLCurl::Multi::removeEasy(Easy* easy)
}
#endif
+
+#if 1
//------------------------------------------------------------
//LLCurlThread
LLCurlThread::CurlRequest::CurlRequest(handle_t handle, LLCurl::Multi* multi, LLCurlThread* curl_thread) :
@@ -1167,7 +1169,7 @@ void LLCurlThread::cleanupMulti(LLCurl::Multi* multi)
deleteMulti(multi) ;
}
}
-
+#endif
//------------------------------------------------------------
//static