[master] 6ab7447 This assert is no longer valid

Poul-Henning Kamp phk at FreeBSD.org
Mon Feb 13 15:05:06 CET 2017


commit 6ab744783e0ed0f7480b53fe226f4e84909cbb88
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Feb 13 14:01:43 2017 +0000

    This assert is no longer valid

diff --git a/bin/varnishtest/vtc_varnish.c b/bin/varnishtest/vtc_varnish.c
index 6fcf683..3ee8dc0 100644
--- a/bin/varnishtest/vtc_varnish.c
+++ b/bin/varnishtest/vtc_varnish.c
@@ -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)



More information about the varnish-commit mailing list