Commit dd7e71ef authored by qiuqunfeng's avatar qiuqunfeng
Browse files

commit

parent cc7ac818
...@@ -431,6 +431,9 @@ func (s *wafService) EnableListenerWaf(ctx context.Context, req *EnableListenerW ...@@ -431,6 +431,9 @@ func (s *wafService) EnableListenerWaf(ctx context.Context, req *EnableListenerW
}, },
Port: req.Port, Port: req.Port,
}) })
if err != nil {
return err
}
} }
return nil 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