Merge pull request #14736 from aveshagarwal/master-proxy-crash

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2015-10-02 18:37:38 -07:00
commit bd58984844
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ func NewProxyServerDefault(config *ProxyServerConfig) (*ProxyServer, error) {
// We ommit creation of pretty much everything if we run in cleanup mode
if config.CleanupAndExit {
return &ProxyServer{
Config: config,
IptInterface: iptInterface,
}, nil
}