diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-03-13 11:19:21 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-03-13 11:19:21 -0400 |
commit | 45838b8b07a61af9b85ab9bc3013f1ac867e70d8 (patch) | |
tree | 8aba46b1d3bc844fbda1eba6ba75acf1ee4dbfdf /indra | |
parent | 74055542902b590cd4d7868aa1c14bf4da7c6399 (diff) |
fix for build failure
Diffstat (limited to 'indra')
-rwxr-xr-x[-rw-r--r--] | indra/llmessage/llhttpclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llhttpclient.cpp b/indra/llmessage/llhttpclient.cpp index 46b0311cce..3561459bb4 100644..100755 --- a/indra/llmessage/llhttpclient.cpp +++ b/indra/llmessage/llhttpclient.cpp @@ -236,7 +236,7 @@ static void request( { if (responder) { - responder->completed(498, "Internal Error - curl failure"); + responder->completed(498, "Internal Error - curl failure", LLSD()); } delete req; delete body_injector; |