Merge pull request #20515 from mikedanese/fix-proxy-mode

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-02-06 07:49:30 -08:00
commit 3f1c99f013

View File

@ -54,8 +54,7 @@ func (v IPVar) Type() string {
}
func (m *ProxyMode) Set(s string) error {
nm := ProxyMode(s)
m = &nm
*m = ProxyMode(s)
return nil
}