fix parse settings; fix typo

This commit is contained in:
Alexey Romanenko
2020-06-04 23:20:23 +07:00
parent 71387ffc90
commit 261c592b83
6 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ func InitPlugins() *InOutPlugins {
}
for _, options := range Settings.inputRAW {
registerPlugin(NewRAWInput, options, engine, Settings.inputRAWTrackResponse, Settings.inputRAWExpire, Settings.inputRAWRealIPHeader, Settings.inputRAWBpfFilter, Settings.inputRAWTimestampType, Settings.inputRawBufferSize)
registerPlugin(NewRAWInput, options, engine, Settings.inputRAWTrackResponse, Settings.inputRAWExpire, Settings.inputRAWRealIPHeader, Settings.inputRAWBpfFilter, Settings.inputRAWTimestampType, Settings.inputRAWBufferSize)
}
for _, options := range Settings.inputTCP {