mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-06 02:48:48 +03:00
Re-align atomic struct field (fixes #1306)
This commit is contained in:
parent
7dc1dc1c78
commit
3198200479
1 changed files with 1 additions and 1 deletions
|
@ -70,8 +70,8 @@ func (p *persistentDialer) Close(client Client) error {
|
|||
}
|
||||
|
||||
type loadBalancingDialer struct {
|
||||
dialers []dialer
|
||||
current int64
|
||||
dialers []dialer
|
||||
}
|
||||
|
||||
func (m *loadBalancingDialer) Dial() (Client, error) {
|
||||
|
|
Loading…
Reference in a new issue