Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 67c36f9

Browse files
author
Michael Weber
committed
Fix typo
1 parent e21410f commit 67c36f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

path_rotate_root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func (b *backend) rotateRootUpdateHandler(ctx context.Context, req *logical.Requ
4949
}
5050

5151
// XXXX
52-
oldconfig := config
52+
oldconfig := *config
5353
passwd, err := uuid.GenerateUUID()
5454
if err != nil {
5555
return nil, errwrap.Wrapf("error generating new password {{err}}", err)

0 commit comments

Comments
 (0)