Skip to content

Commit

Permalink
Fix out-of-date comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Mar 3, 2016
1 parent 161413e commit f6840be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vault/acl.go
Expand Up @@ -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)
}
}
Expand Down

0 comments on commit f6840be

Please sign in to comment.