Skip to content

Commit

Permalink
Merge pull request #1566 from mlafeldt/fix-config-reload
Browse files Browse the repository at this point in the history
Fix reload of retry_join server addresses on SIGHUP
  • Loading branch information
diptanu committed Aug 12, 2016
2 parents 8ba0730 + 107dbba commit 880fbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/agent/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ WAIT:
// Check if this is a SIGHUP
if sig == syscall.SIGHUP {
if conf := c.handleReload(config); conf != nil {
config = conf
*config = *conf
}
goto WAIT
}
Expand Down

0 comments on commit 880fbee

Please sign in to comment.