Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
rboyer committed Feb 21, 2019
1 parent 8dad942 commit d2a16fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions agent/consul/state/acl.go
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,6 @@ func (s *Store) aclTokenSetTxn(tx *memdb.Txn, idx uint64, token *structs.ACLToke
original = existing.(*structs.ACLToken)
}

// TODO(rb): put some expiration time validation here

if cas {
// set-if-unset case
if token.ModifyIndex == 0 && original != nil {
Expand Down

0 comments on commit d2a16fd

Please sign in to comment.