While we're at it, make statsite_addr work at all.
This commit is contained in:
parent
c505b49bf8
commit
95f3ebcb43
|
@ -500,6 +500,9 @@ func MergeConfig(a, b *Config) *Config {
|
||||||
if b.SkipLeaveOnInt == true {
|
if b.SkipLeaveOnInt == true {
|
||||||
result.SkipLeaveOnInt = true
|
result.SkipLeaveOnInt = true
|
||||||
}
|
}
|
||||||
|
if b.StatsiteAddr != "" {
|
||||||
|
result.StatsiteAddr = b.StatsiteAddr
|
||||||
|
}
|
||||||
if b.EnableDebug {
|
if b.EnableDebug {
|
||||||
result.EnableDebug = true
|
result.EnableDebug = true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue