Commit 663f263a authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Use 9081 as default server address



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2708 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent c06efda5
......@@ -101,7 +101,7 @@ client_new(char *name)
ALLOC_OBJ(c, CLIENT_MAGIC);
AN(c);
c->name = name;
c->connect = ":8080";
c->connect = ":9081";
VTAILQ_INSERT_TAIL(&clients, c, list);
return (c);
}
......
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