fixing pointers

This commit is contained in:
Joseph Lawson
2014-04-23 11:47:06 -04:00
parent 610552be88
commit b5c2d7747c
+1 -1
View File
@@ -47,7 +47,7 @@ type HTTPOutput struct {
elasticSearch *es.ESPlugin
bufStats *GorStat
bufStats GorStat
}
func NewHTTPOutput(options string, headers HTTPHeaders, methods HTTPMethods, elasticSearchAddr string) io.Writer {