[master] e136a5149 Take note of a TODO

Nils Goroll nils.goroll at uplex.de
Wed Jan 6 09:05:08 UTC 2021


commit e136a5149869cc47d8d08973183d81143d014904
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Wed Jan 6 10:03:33 2021 +0100

    Take note of a TODO
    
    from
    https://github.com/varnishcache/varnish-cache/pull/3486#pullrequestreview-561662742
    
    as that ticket is closed now

diff --git a/bin/varnishd/cache/cache_ban_build.c b/bin/varnishd/cache/cache_ban_build.c
index f3891805e..5f479504c 100644
--- a/bin/varnishd/cache/cache_ban_build.c
+++ b/bin/varnishd/cache/cache_ban_build.c
@@ -109,6 +109,7 @@ BAN_Build(void)
 	return (bp);
 }
 
+// TODO: change to (struct ban_proto **)
 void
 BAN_Abandon(struct ban_proto *bp)
 {


More information about the varnish-commit mailing list