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

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2015-10-02 18:37:38 -07:00
commit bd58984844

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
}