Commit 6ab74478 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

This assert is no longer valid

parent e914a750
......@@ -119,7 +119,6 @@ varnish_ask_cli(const struct varnish *v, const char *cmd, char **repl)
if (i != 0 && !vtc_stop)
vtc_fatal(v->vl, "CLI failed (%s) = %d %u %s",
cmd, i, retval, r);
AZ(i);
vtc_log(v->vl, 3, "CLI RX %u", retval);
vtc_dump(v->vl, 4, "CLI RX", r, -1);
if (repl != NULL)
......
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