Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
Use 9081 as default server address
Browse files Browse the repository at this point in the history
git-svn-id: http://www.varnish-cache.org/svn/trunk@2708 d4fa192b-c00b-0410-8231-f00ffab90ce4
  • Loading branch information
bsdphk committed Jun 16, 2008
1 parent 93ff94d commit 2135997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/varnishtest/vtc_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 2135997

Please sign in to comment.