[4.1] fd51c52 Correct argument

Lasse Karstensen lkarsten at varnish-software.com
Thu Jan 14 15:15:00 CET 2016


commit fd51c52fa1f2d52e2fa829586c60c33ee5754568
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Thu Oct 1 17:05:26 2015 +0100

    Correct argument

diff --git a/lib/libvmod_std/vmod.vcc b/lib/libvmod_std/vmod.vcc
index 0002426..2e20825 100644
--- a/lib/libvmod_std/vmod.vcc
+++ b/lib/libvmod_std/vmod.vcc
@@ -65,7 +65,7 @@ Description
 	utilize it.
 Example
 	| if (req.url ~ ^/slow/) {
-	|	std.set_ip_tos(0x0);
+	|	std.set_ip_tos(0);
 	| }
 
 $Function REAL random(REAL lo, REAL hi)



More information about the varnish-commit mailing list