Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2020-01-18 08:12:26 +01:00
parent d988e2baaf
commit 272823932f
2 changed files with 1 additions and 2 deletions

View File

@@ -117,7 +117,6 @@ func parseTraffic(c *caddy.Controller) (*Traffic, error) {
if t.c, err = xds.New(toHosts[0], node, opts...); err != nil {
return nil, err
}
t.to = toHosts[0]
return t, nil
}