[master] b8272f2 Residual anti slash

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue Dec 13 20:31:05 CET 2016


commit b8272f25f5e015263f5f6473b67a79a675f7b31c
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Dec 13 20:30:02 2016 +0100

    Residual anti slash

diff --git a/bin/varnishd/cache/cache_vrt_var.c b/bin/varnishd/cache/cache_vrt_var.c
index 9ebcc0f..4932b26 100644
--- a/bin/varnishd/cache/cache_vrt_var.c
+++ b/bin/varnishd/cache/cache_vrt_var.c
@@ -99,7 +99,7 @@ VRT_l_##obj##_status(VRT_CTX, long num)					\
 		WS_MarkOverflow(ctx->http_##obj->ws);			\
 	} else if ((num % 1000) < 100) {				\
 		VSLb(ctx->vsl, SLT_VCL_Error,				\
-		    "illegal %s.status (..0##)", \ #obj);		\
+		    "illegal %s.status (..0##)", #obj);			\
 		WS_MarkOverflow(ctx->http_##obj->ws);			\
 	} else {							\
 		http_SetStatus(ctx->http_##obj, (uint16_t)num);		\



More information about the varnish-commit mailing list