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/llsdrpcserver.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/llsdrpcserver.cpp')
-rwxr-xr-x | indra/llmessage/llsdrpcserver.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llmessage/llsdrpcserver.cpp b/indra/llmessage/llsdrpcserver.cpp index c3ed19889e..ac3f341d0f 100755 --- a/indra/llmessage/llsdrpcserver.cpp +++ b/indra/llmessage/llsdrpcserver.cpp @@ -36,6 +36,7 @@ #include "llsdserialize.h" #include "llstl.h" +#if 0 static const char FAULT_PART_1[] = "{'fault':{'code':i"; static const char FAULT_PART_2[] = ", 'description':'"; static const char FAULT_PART_3[] = "'}}"; @@ -337,3 +338,4 @@ void LLSDRPCServer::buildResponse( LL_INFOS() << debug_ostr.str() << LL_ENDL; #endif } +#endif |