[6.0] c495cba6f Typo

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Aug 16 08:53:08 UTC 2018


commit c495cba6f30471b6b156b07673d66f239dfe131f
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Jun 6 12:59:05 2018 +0000

    Typo

diff --git a/bin/varnishd/common/common_vsmw.c b/bin/varnishd/common/common_vsmw.c
index 2c2337d80..6d4545fc2 100644
--- a/bin/varnishd/common/common_vsmw.c
+++ b/bin/varnishd/common/common_vsmw.c
@@ -193,7 +193,7 @@ vsmw_delseg(struct vsmw *vsmw, struct vsmwseg *seg, int fixidx)
 	CHECK_OBJ_NOTNULL(vsmw, VSMW_MAGIC);
 	CHECK_OBJ_NOTNULL(seg, VSMWSEG_MAGIC);
 
-	TAILQ_REMOVE(&vsmw->segs, seg, list);
+	VTAILQ_REMOVE(&vsmw->segs, seg, list);
 	REPLACE(seg->class, NULL);
 	REPLACE(seg->id, NULL);
 	FREE_OBJ(seg);


More information about the varnish-commit mailing list