Commit 044b69cb authored by Mike Danese's avatar Mike Danese

componentconfig: fix proxy mode set func

parent 5a6cf15c
......@@ -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
}
......
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