Skip to content

Commit

Permalink
Merge 29d3227 into 933d9ad
Browse files Browse the repository at this point in the history
  • Loading branch information
charlescng committed Jan 16, 2015
2 parents 933d9ad + 29d3227 commit 15df69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/exabgp/processes/healthcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def loopback_ips(label):
lmo = labelre.match(line)
if not lmo or not lmo.group("label").startswith(label):
continue
addresses.append(ip)
addresses.append(ip)
if not addresses:
raise RuntimeError("No loopback IP found")
logger.debug("Loopback addresses: {0}".format(addresses))
Expand Down

0 comments on commit 15df69d

Please sign in to comment.