Commit 8f360b9c authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

White space fix



git-svn-id: http://www.varnish-cache.org/svn/trunk@2878 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 18ef3aff
......@@ -198,7 +198,7 @@ vca_acct(void *arg)
if (params->sess_timeout != tv_rcvtimeo.tv_sec) {
need_test = 1;
tv_rcvtimeo.tv_sec = params->sess_timeout;
VTAILQ_FOREACH(ls, &heritage.socks, list) {
VTAILQ_FOREACH(ls, &heritage.socks, list) {
if (ls->sock < 0)
continue;
AZ(setsockopt(ls->sock, SOL_SOCKET,
......@@ -356,7 +356,7 @@ VCA_tweak_acceptor(struct cli *cli, const char *arg)
if (!strcmp(arg, "default")) {
vca_act = NULL;
return;
}
}
for (i = 0; vca_acceptors[i]->name; i++) {
if (!strcmp(arg, vca_acceptors[i]->name)) {
vca_act = vca_acceptors[i];
......
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