Skip to content
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.

Commit

Permalink
More bugs!
Browse files Browse the repository at this point in the history
Change-Id: Iddfd8f12e2c00e3e6b07bebe8fd85dbc58d482bb
Reviewed-on: https://gerrit.spotify.net/gerrit/76911
Reviewed-by: Paweł Rozlach <[email protected]>
  • Loading branch information
Pawel Rozlach committed Sep 18, 2013
1 parent fb0290c commit 8152034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/certcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def _resolve_srv_hosts(cls, name):

for rdata in resolved:
entry = namedtuple("RiemannHost", ['host', 'port', 'proto'])
entry.host = cls._name2ip(rdata.target)
entry.host = cls._name2ip(rdata.target.to_text())
if entry.host is None:
continue
entry.port = rdata.port
Expand Down

0 comments on commit 8152034

Please sign in to comment.