Skip to content

Commit

Permalink
Re-adds removed return statement
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Mar 11, 2024
1 parent 08ea955 commit 0028c9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ public boolean authenticate(final SecurityRequestChannel request) {
}
notifyIpAuthFailureListeners(request, authCredentials);
request.queueForSending(restResponse.get());

return false;
}
} else {
// no reRequest possible
Expand Down

0 comments on commit 0028c9f

Please sign in to comment.