mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 15:16:42 +00:00
wip
This commit is contained in:
parent
1c8d97b95e
commit
5be91507fa
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ func (pf *pipeFilter) initFilterInValues(cache map[string][]string, getFieldValu
|
|||
return nil, err
|
||||
}
|
||||
pfNew := *pf
|
||||
pf.f = fNew
|
||||
pfNew.f = fNew
|
||||
return &pfNew, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue