Revision c2fc8250 daemons/ganeti-noded

b/daemons/ganeti-noded
493 493
    """Checks if a node has the given ip address.
494 494

  
495 495
    """
496
    return utils.OwnIpAddress(params[0])
496
    return True, utils.OwnIpAddress(params[0])
497 497

  
498 498
  @staticmethod
499 499
  def perspective_node_info(params):

Also available in: Unified diff