While we're at it, make statsite_addr work at all.

This commit is contained in:
Nelson Elhage 2014-07-10 18:16:47 -07:00
parent c505b49bf8
commit 95f3ebcb43
1 changed files with 3 additions and 0 deletions

View File

@ -500,6 +500,9 @@ func MergeConfig(a, b *Config) *Config {
if b.SkipLeaveOnInt == true {
result.SkipLeaveOnInt = true
}
if b.StatsiteAddr != "" {
result.StatsiteAddr = b.StatsiteAddr
}
if b.EnableDebug {
result.EnableDebug = true
}