forked from TrueCloudLab/frostfs-node
[#125] services/eacl: Fix undefined method usage
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
20ed7c0d61
commit
f34ad9e730
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ func matchFilters(hdrSrc TypedHeaderSource, filters []eacl.Filter) int {
|
|||
}
|
||||
|
||||
// check header name
|
||||
if header.GetKey() != filter.Name() {
|
||||
if header.GetKey() != filter.Key() {
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue