This commit is contained in:
parent
d83624e8f3
commit
3cccda0e8e
1 changed files with 3 additions and 7 deletions
|
@ -243,13 +243,9 @@ fn parse_consul_catalog(
|
||||||
}
|
}
|
||||||
|
|
||||||
for tag in svc.tags.iter() {
|
for tag in svc.tags.iter() {
|
||||||
if let Some(ent) = parse_tricot_tag(
|
if let Some(ent) =
|
||||||
svc.service.clone(),
|
parse_tricot_tag(svc.service.clone(), tag, addr, &add_headers[..], flags)
|
||||||
tag,
|
{
|
||||||
addr,
|
|
||||||
&add_headers[..],
|
|
||||||
flags,
|
|
||||||
) {
|
|
||||||
entries.push(ent);
|
entries.push(ent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue