mirror of
https://github.com/status-im/consul.git
synced 2025-02-18 08:36:46 +00:00
Avoid mixing named and unnamed params
This commit is contained in:
parent
bf350224a0
commit
aa931682ea
@ -19,7 +19,7 @@ func serverPartitionInfo(s *Server) acl.PartitionExportInfo {
|
||||
return &partitionInfoNoop{}
|
||||
}
|
||||
|
||||
func newACLConfig(_ acl.PartitionExportInfo, hclog.Logger) *acl.Config {
|
||||
func newACLConfig(_ acl.PartitionExportInfo, _ hclog.Logger) *acl.Config {
|
||||
return &acl.Config{
|
||||
WildcardName: structs.WildcardSpecifier,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user