This should fix voice decline crash
This commit is contained in:
@@ -208,11 +208,13 @@ static void request(
|
||||
AIStateMachine* parent = NULL,
|
||||
AIStateMachine::state_type new_parent_state = 0)
|
||||
{
|
||||
if (responder)
|
||||
{
|
||||
// For possible debug output from within the responder.
|
||||
responder->setURL(url);
|
||||
llassert(responder);
|
||||
|
||||
if (!responder) {
|
||||
responder = new LLHTTPClient::ResponderIgnore;
|
||||
}
|
||||
// For possible debug output from within the responder.
|
||||
responder->setURL(url);
|
||||
|
||||
LLURLRequest* req;
|
||||
try
|
||||
|
||||
@@ -351,7 +351,7 @@ bool inviteUserResponse(const LLSD& notification, const LLSD& response)
|
||||
LLHTTPClient::post(
|
||||
url,
|
||||
data,
|
||||
NULL);
|
||||
new LLHTTPClient::ResponderIgnore);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user