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