Skip to content

Commit

Permalink
fix crash after authorize failed.
Browse files Browse the repository at this point in the history
  • Loading branch information
YihaoPeng committed Aug 14, 2018
1 parent ed23d60 commit 01dc2c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -901,8 +901,6 @@ void UpStratumClient::handleStratumMessage(const string &line) {

// Reply all downSessions established before upSession is authenticated
sendLineToAllDownSessions(line);

server_->removeUpSession(this);
}

return;
Expand Down

0 comments on commit 01dc2c0

Please sign in to comment.