process is no longer processing
This commit is contained in:
@@ -270,7 +270,7 @@ LLUserAuth::UserAuthcode LLUserAuth::authResponse()
|
||||
return mAuthResponse;
|
||||
}
|
||||
|
||||
bool done = mTransaction->process();
|
||||
bool done = mTransaction->is_finished();
|
||||
|
||||
if (!done) {
|
||||
if (LLXMLRPCTransaction::StatusDownloading == mTransaction->status(0))
|
||||
|
||||
Reference in New Issue
Block a user