diff options
author | Rider Linden <rider@lindenlab.com> | 2015-09-14 13:33:50 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-09-14 13:33:50 -0700 |
commit | 32912a395839712b4edd4f39737d116f1730f5bf (patch) | |
tree | 4f3675797fda09c2c2789fa375f38bf8edc24b30 /indra/llmessage/llcurl.cpp | |
parent | 97236a42ca08979897d5c7b0826312345754cd67 (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-x | indra/llmessage/llcurl.cpp | 4 |
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 |