Commit d8e17348 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

White space fix



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