mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 20:36:26 +02:00
Remove extra curly brace
This commit is contained in:
parent
de93e70c54
commit
d79e0d2ad5
@ -12,6 +12,7 @@ import (
|
||||
"net/url"
|
||||
"path/filepath"
|
||||
"sync"
|
||||
"sync/atomic"
|
||||
"time"
|
||||
|
||||
"github.com/armon/go-metrics"
|
||||
@ -521,7 +522,6 @@ func NewCore(conf *CoreConfig) (*Core, error) {
|
||||
c.physical = physical.NewCache(phys, conf.CacheSize, conf.Logger)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if !conf.DisableMlock {
|
||||
// Ensure our memory usage is locked into physical RAM
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user