config/main: set the missing value.

master
Harshavardhana 8 years ago
parent 4f6cf5a6b2
commit 8255590b3c
  1. 2
      config-v3.go

@ -101,6 +101,8 @@ func initConfig() *probe.Error {
}
// Save the loaded config globally.
serverConfig = qc.Data().(*serverConfigV3)
// Set the version properly after the unmarshalled json is loaded.
serverConfig.Version = globalMinioConfigVersion
return nil
}

Loading…
Cancel
Save