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

Less noise


git-svn-id: http://www.varnish-cache.org/svn/trunk@187 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 48bcf013
......@@ -76,7 +76,6 @@ cli_func_ping(struct cli *cli, char **av, void *priv)
arm_keepalive();
if (av[2] != NULL) {
/* XXX: check clock skew is pointless here */
printf("Got your ping %s\n", av[2]);
}
time(&t);
cli_out(cli, "PONG %ld\n", t);
......
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