Skip to content

Commit

Permalink
Drop errant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalmi committed Nov 4, 2022
1 parent f2d6574 commit 364fdb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vault/logical_system.go
Original file line number Diff line number Diff line change
Expand Up @@ -2609,7 +2609,6 @@ func (b *SystemBackend) handleEnableAuth(ctx context.Context, req *logical.Reque
// Detect and handle deprecated auth methods
status, ok := b.Core.builtinRegistry.DeprecationStatus(me.Type, consts.PluginTypeCredential)
if ok {
// Detect and handle deprecated secrets engines
_, err = b.Core.handleDeprecatedMountEntry(ctx, me, consts.PluginTypeCredential)
if err != nil {
return handleError(err)
Expand Down

0 comments on commit 364fdb0

Please sign in to comment.