Mailing List Archive

[master] bdc1620cf Polish
commit bdc1620cf4c48c9ddc64439972799db671609856
Author: Poul-Henning Kamp <phk@FreeBSD.org>
Date: Tue Nov 23 10:26:42 2021 +0000

Polish

diff --git a/bin/varnishd/cache/cache_wrk.c b/bin/varnishd/cache/cache_wrk.c
index 54170600d..3cbb99fe2 100644
--- a/bin/varnishd/cache/cache_wrk.c
+++ b/bin/varnishd/cache/cache_wrk.c
@@ -683,7 +683,7 @@ pool_herder(void *priv)
Lck_Unlock(&pool_mtx);
delay = cache_param->wthread_destroy_delay;
} else
- delay = vmax(delay,
+ delay = vmax(delay,
cache_param->wthread_destroy_delay);
}

diff --git a/include/tbl/cli_cmds.h b/include/tbl/cli_cmds.h
index 7134c0c20..3814a1615 100644
--- a/include/tbl/cli_cmds.h
+++ b/include/tbl/cli_cmds.h
@@ -227,7 +227,7 @@ CLI_CMD(PING,

CLI_CMD(HELP,
"help",
- "help [-j] [<command>]",
+ "help [-j|<command>]",
"Show command/protocol help.",
" ``-j`` specifies JSON output.",
0, 1
_______________________________________________
varnish-commit mailing list
varnish-commit@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit