r755 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Tue Aug 8 08:37:27 CEST 2006


Author: phk
Date: 2006-08-08 08:37:27 +0200 (Tue, 08 Aug 2006)
New Revision: 755

Modified:
   trunk/varnish-cache/bin/varnishd/flint.lnt
Log:
lbv_assert never returns


Modified: trunk/varnish-cache/bin/varnishd/flint.lnt
===================================================================
--- trunk/varnish-cache/bin/varnishd/flint.lnt	2006-08-07 21:08:20 UTC (rev 754)
+++ trunk/varnish-cache/bin/varnishd/flint.lnt	2006-08-08 06:37:27 UTC (rev 755)
@@ -5,6 +5,8 @@
 // Fix strchr() semtics, it can only return NULL if arg2 != 0
 -sem(strchr, 1p, type(1), 2n == 0 ? (@p < 1p) : (@p < 1p || @p == 0 ))
 
+-sem(lbv_assert, r_no)
+
 -ffc	// No automatic custody
 
 -e763	// Redundant declaration for symbol '...' previously declared




More information about the varnish-commit mailing list