Skip to content

Commit

Permalink
Stop logging in when failing to log in
Browse files Browse the repository at this point in the history
to allow logging in again.....???
  • Loading branch information
poco0317 committed May 21, 2020
1 parent ff99fa1 commit da16186
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Etterna/Singletons/DownloadManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2145,6 +2145,7 @@ DownloadManager::StartSession(string user,
Document d;
if (d.Parse(req.result.c_str()).HasParseError()) {
LOG->Trace(("Malformed request response: " + req.result).c_str());
DLMAN->loggingIn = false;
return;
}

Expand Down

0 comments on commit da16186

Please sign in to comment.