Compile with Go tip again.

See https://groups.google.com/forum/?fromgroups=#!topic/golang-dev/yULJVYAbIzg

Change-Id: I11e8dd99a9ec4a065f03b888b616c13e5ce0e92c
This commit is contained in:
Brad Fitzpatrick 2012-10-19 12:51:01 -07:00
parent 159c2a5216
commit 7fba04d71a
1 changed files with 2 additions and 2 deletions

View File

@ -344,8 +344,8 @@ func GenLowLevelConfig(conf *Config) (lowLevelConf *Config, err error) {
obj["prefixes"] = (map[string]interface{})(prefixes)
lowLevelConf = &Config{
jsonconfig.Obj: obj,
configPath: conf.configPath,
Obj: obj,
configPath: conf.configPath,
}
return lowLevelConf, nil
}