mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
Fix remove peers check (#10758)
This commit is contained in:
@@ -92,10 +92,6 @@ var (
|
||||
}
|
||||
|
||||
checkRaw = func(b *SystemBackend, path string) error { return nil }
|
||||
|
||||
wrapHandleRaftRemovePeer = func(b *SystemBackend) framework.OperationFunc {
|
||||
return b.handleRaftRemovePeerUpdate()
|
||||
}
|
||||
)
|
||||
|
||||
// tuneMount is used to set config on a mount point
|
||||
|
||||
Reference in New Issue
Block a user