[master] 701e943 Correct argument

Federico G. Schwindt fgsch at lodoss.net
Thu Oct 1 18:18:16 CEST 2015


commit 701e9438f9ed0d2d8f6b65a32dbd0ee52a3b69ea
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