Skip to content

Commit

Permalink
build: fix failure after forward merge
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Kumar <[email protected]>
  • Loading branch information
shwstppr committed Nov 3, 2023
1 parent 8fa8cef commit 256892b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1408,8 +1408,7 @@ protected void processRequest(final Link link, final Request request) {
// gateway was pingable
if (cmd instanceof PingRoutingCommand) {
processPingRoutingCommand((PingRoutingCommand) cmd, hostId);
final boolean gatewayAccessible = ((PingRoutingCommand)cmd).isGatewayAccessible();
final HostVO host = _hostDao.findById(Long.valueOf(cmdHostId));
gatewayAccessible = ((PingRoutingCommand)cmd).isGatewayAccessible();

if (host != null) {
if (!gatewayAccessible) {
Expand Down

0 comments on commit 256892b

Please sign in to comment.