Commit fcd1b244 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Fix "set backend.port".


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@378 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent e631e154
......@@ -1294,7 +1294,7 @@ Backend(struct tokenlist *tl)
return;
}
if (t_port != NULL) {
port = EncString(tl->t);
port = EncString(t_port);
ep = CheckHostPort(host, port);
if (ep != NULL) {
sbuf_printf(tl->sb, "Backend '%T': %s\n", t_be, ep);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment