From f6840bea61c2c69d290fbddb23ff6ab377d937bb Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 3 Mar 2016 13:37:51 -0500 Subject: [PATCH] Fix out-of-date comment --- vault/acl.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vault/acl.go b/vault/acl.go index 51800ae2db701..ac4922407b9f9 100644 --- a/vault/acl.go +++ b/vault/acl.go @@ -63,8 +63,7 @@ func NewACL(policies []*Policy) (*ACL, error) { default: // Insert the capabilities in this new policy into the existing - // value; since it's a pointer we can just modify the - // underlying data + // value tree.Insert(pc.Prefix, existing|pc.CapabilitiesBitmap) } }