Commit bd589848 authored by k8s-merge-robot's avatar k8s-merge-robot

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

Auto commit by PR queue bot
parents 02916687 af903182
...@@ -159,6 +159,7 @@ func NewProxyServerDefault(config *ProxyServerConfig) (*ProxyServer, error) { ...@@ -159,6 +159,7 @@ func NewProxyServerDefault(config *ProxyServerConfig) (*ProxyServer, error) {
// We ommit creation of pretty much everything if we run in cleanup mode // We ommit creation of pretty much everything if we run in cleanup mode
if config.CleanupAndExit { if config.CleanupAndExit {
return &ProxyServer{ return &ProxyServer{
Config: config,
IptInterface: iptInterface, IptInterface: iptInterface,
}, nil }, nil
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment