[master] 0d4966b40 Experiment to see if curses error reporting has improved.

Poul-Henning Kamp phk at FreeBSD.org
Mon Jun 15 07:46:08 UTC 2020


commit 0d4966b404e33d7f973b9c15e44561fd71151c3e
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Jun 15 07:41:58 2020 +0000

    Experiment to see if curses error reporting has improved.
    
    Ref: #3348, #741

diff --git a/bin/varnishhist/varnishhist.c b/bin/varnishhist/varnishhist.c
index 0ff068390..a2e94cb5d 100644
--- a/bin/varnishhist/varnishhist.c
+++ b/bin/varnishhist/varnishhist.c
@@ -57,7 +57,7 @@
 #include "vtim.h"
 #include "vapi/vsig.h"
 
-#if 0
+#if 1
 #define AC(x) assert((x) != ERR)
 #else
 #define AC(x) x


More information about the varnish-commit mailing list