fix #2733: fix rebase issue...grrr

pull/2779/head
David Norton 2015-06-05 20:05:31 -04:00
parent e107a681c5
commit cc78fe4678
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ func (s *Server) appendUDPService(c udp.Config) {
return
}
srv := udp.NewService(c)
srv.Server.PointsWriter = s.PointsWriter
srv.PointsWriter = s.PointsWriter
}
func (s *Server) appendContinuousQueryService(c continuous_querier.Config) {