Merge pull request #329 from peco/missing-field

Clone idgen field too
This commit is contained in:
lestrrat 2016-08-21 03:19:07 +09:00 committed by GitHub
commit e73acf3488

View file

@ -445,6 +445,7 @@ func (ecf ExternalCmdFilter) Clone() LineFilter {
args: ecf.args,
cmd: ecf.cmd,
enableSep: ecf.enableSep,
idgen: ecf.idgen,
name: ecf.name,
outCh: pipeline.OutputChannel(make(chan interface{})),
thresholdBufsiz: ecf.thresholdBufsiz,