process is no longer processing

This commit is contained in:
Aleric Inglewood
2012-07-17 19:27:14 +02:00
parent 900e533b4b
commit 64b968b262
6 changed files with 8 additions and 6 deletions

View File

@@ -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))