[master] 442eb46 Correct function name

Federico G. Schwindt fgsch at lodoss.net
Thu Jun 16 13:39:08 CEST 2016


commit 442eb46006392b2e856bff5be367489f011494b6
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Thu Jun 16 12:35:08 2016 +0100

    Correct function name

diff --git a/bin/varnishd/cache/cache_req_body.c b/bin/varnishd/cache/cache_req_body.c
index acea250..2858e0f 100644
--- a/bin/varnishd/cache/cache_req_body.c
+++ b/bin/varnishd/cache/cache_req_body.c
@@ -182,7 +182,7 @@ VRB_Iterate(struct req *req, objiterate_f *func, void *priv)
 		    "Had failed reading req.body before.");
 		return (-1);
 	default:
-		WRONG("Wrong req_body_status in VRB_IterateReqBody()");
+		WRONG("Wrong req_body_status in VRB_Iterate()");
 	}
 	Lck_Lock(&req->sp->mtx);
 	if (req->req_body_status == REQ_BODY_WITH_LEN ||



More information about the varnish-commit mailing list