Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Added missing break
Browse files Browse the repository at this point in the history
  • Loading branch information
arkpar committed Jul 26, 2016
1 parent e160a00 commit fce399f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/src/network/handshake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ impl Handshake {
}
if self.state == HandshakeState::StartSession {
io.clear_timer(self.connection.token).ok();
break;
}
}
}
Expand Down

0 comments on commit fce399f

Please sign in to comment.