diff options
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; | 
