Skip to content

Commit

Permalink
Fixed comment on wrong line.
Browse files Browse the repository at this point in the history
While investigating and fixing an issue on our 1.5.1 branch,
I saw you also/already fixed the bug I found (tags not updated
for existing servers), but comment is misplaced.
  • Loading branch information
pierresouchay committed Apr 23, 2020
1 parent 3956cff commit 5e79efc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion agent/router/serf_adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ func HandleSerfEvents(logger hclog.Logger, router *Router, areaID types.AreaID,
case serf.EventMemberFailed:
handleMemberEvent(logger, router.FailServer, areaID, e)

// All of these event types are ignored.
case serf.EventMemberUpdate:
handleMemberEvent(logger, router.AddServer, areaID, e)

// All of these event types are ignored.
case serf.EventUser:
case serf.EventQuery:

Expand Down

0 comments on commit 5e79efc

Please sign in to comment.