This commit is contained in:
Mahmood Ali
2018-11-20 08:54:21 -05:00
parent 91500c0823
commit 6445745c74

View File

@@ -210,7 +210,7 @@ type vaultClient struct {
// childTTL is the TTL for child tokens.
childTTL string
// currentExpiration is the time the current tokean lease expires
// currentExpiration is the time the current token lease expires
currentExpiration time.Time
tomb *tomb.Tomb