Merge pull request #14655 from aveshagarwal/master-proxy-issue

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2015-09-30 22:51:20 -07:00
commit 698441cad3

View File

@ -220,7 +220,6 @@ func NewProxyServerDefault(config *ProxyServerConfig) (*ProxyServer, error) {
if useIptablesProxy {
glog.V(2).Info("Using iptables Proxier.")
execer := exec.New()
proxierIptables, err := iptables.NewProxier(iptInterface, execer, config.SyncPeriod, config.MasqueradeAll)
if err != nil {
glog.Fatalf("Unable to create proxier: %v", err)