[master] c11fc5b Add missing double quotes

Federico G. Schwindt fgsch at lodoss.net
Thu Dec 10 10:11:38 CET 2015


commit c11fc5bd998b8d3ac5f983f9cb16bfe059159802
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Thu Dec 10 01:44:35 2015 +0000

    Add missing double quotes

diff --git a/lib/libvmod_std/vmod.vcc b/lib/libvmod_std/vmod.vcc
index b0dba07..61c334f 100644
--- a/lib/libvmod_std/vmod.vcc
+++ b/lib/libvmod_std/vmod.vcc
@@ -64,7 +64,7 @@ Description
 	request so probably want to set it on every request should you
 	utilize it.
 Example
-	| if (req.url ~ ^/slow/) {
+	| if (req.url ~ "^/slow/") {
 	|	std.set_ip_tos(0);
 	| }
 



More information about the varnish-commit mailing list