mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Windows: Factoring out unused fields
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
33358f80e5
commit
47c56e4353
26 changed files with 649 additions and 544 deletions
|
|
@ -17,6 +17,9 @@ import (
|
|||
|
||||
func setPlatformServerConfig(serverConfig *apiserver.ServerConfig, daemonCfg *daemon.Config) *apiserver.ServerConfig {
|
||||
serverConfig.SocketGroup = daemonCfg.SocketGroup
|
||||
serverConfig.EnableCors = daemonCfg.EnableCors
|
||||
serverConfig.CorsHeaders = daemonCfg.CorsHeaders
|
||||
|
||||
return serverConfig
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue