Skip to content

Commit

Permalink
Undo unneeded check
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-safran committed Dec 11, 2024
1 parent bb4f69c commit 79c6a87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ boolean isInError() {
*/
// Must be synchronized.
void readyHandler(boolean shouldSendInitialRequest) {
if (!shutdown && shouldSendInitialRequest) {
if (shouldSendInitialRequest) {
sendDiscoveryRequests();
}
}
Expand Down

0 comments on commit 79c6a87

Please sign in to comment.