Fix out-of-date comment

This commit is contained in:
Jeff Mitchell 2016-03-03 13:37:51 -05:00
parent eb37750951
commit 7394f97439
1 changed files with 1 additions and 2 deletions

View File

@ -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)
}
}