fix #2733: fix rebase issue...grrr
parent
e107a681c5
commit
cc78fe4678
|
@ -146,7 +146,7 @@ func (s *Server) appendUDPService(c udp.Config) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
srv := udp.NewService(c)
|
srv := udp.NewService(c)
|
||||||
srv.Server.PointsWriter = s.PointsWriter
|
srv.PointsWriter = s.PointsWriter
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *Server) appendContinuousQueryService(c continuous_querier.Config) {
|
func (s *Server) appendContinuousQueryService(c continuous_querier.Config) {
|
||||||
|
|
Loading…
Reference in New Issue