mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +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
|
return nil, err
|
||||||
}
|
}
|
||||||
pfNew := *pf
|
pfNew := *pf
|
||||||
pf.f = fNew
|
pfNew.f = fNew
|
||||||
return &pfNew, nil
|
return &pfNew, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue