[master] 7618f59 Typo

Poul-Henning Kamp phk at FreeBSD.org
Wed Jun 6 13:44:15 UTC 2018


commit 7618f59ece8c5c7bedbbfcd3f7d31c5d4f10c2cc
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 2c2337d..6d4545f 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