[master] 8552e75 Use consistent type for buffers.

Poul-Henning Kamp phk at FreeBSD.org
Mon May 4 23:31:27 CEST 2015


commit 8552e75ccb144ed9d7710ff1e0fb0c9e552119db
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon May 4 21:31:06 2015 +0000

    Use consistent type for buffers.

diff --git a/bin/varnishtest/vtc_http.c b/bin/varnishtest/vtc_http.c
index 663ba49..0e4cfbf 100644
--- a/bin/varnishtest/vtc_http.c
+++ b/bin/varnishtest/vtc_http.c
@@ -984,7 +984,7 @@ cmd_http_recv(CMD_ARGS)
 {
 	struct http *hp;
 	int i, n;
-	uint8_t u[32];
+	char u[32];
 
 	(void)cmd;
 	(void)vl;



More information about the varnish-commit mailing list