Skip to content

Commit

Permalink
fix #2733: fix rebase issue...grrr
Browse files Browse the repository at this point in the history
  • Loading branch information
dgnorton committed Jun 6, 2015
1 parent e107a68 commit cc78fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/influxd/run/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit cc78fe4

Please sign in to comment.