[master] 7fb5adb ws ocd

Nils Goroll nils.goroll at uplex.de
Mon Feb 26 15:39:08 UTC 2018


commit 7fb5adb42f4330da93721cf3f473085ce6db9559
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Feb 26 15:12:04 2018 +0100

    ws ocd

diff --git a/lib/libvarnishapi/vsl_cursor.c b/lib/libvarnishapi/vsl_cursor.c
index 4b35558..ac708d8 100644
--- a/lib/libvarnishapi/vsl_cursor.c
+++ b/lib/libvarnishapi/vsl_cursor.c
@@ -190,8 +190,8 @@ vslc_vsm_reset(const struct VSL_cursor *cursor)
 	c->cursor.rec.ptr = NULL;
 
 	segment_n = c->head->segment_n;
-	VRMB();			/* Make sure offset table is not stale
-				   compared to segment_n */
+	/* Make sure offset table is not stale compared to segment_n */
+	VRMB();
 
 	if (c->options & VSL_COPT_TAIL) {
 		/* Start in the same segment varnishd currently is in and


More information about the varnish-commit mailing list