]> err.no Git - varnish/commitdiff
Use 9081 as default server address
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 16 Jun 2008 22:15:27 +0000 (22:15 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 16 Jun 2008 22:15:27 +0000 (22:15 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2708 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishtest/vtc_client.c

index 8684cd3d763ba337358bbad62838b444051fac4e..725f485889d73feb1b51c251db15f004bc62307d 100644 (file)
@@ -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);
 }