diff --git a/command/agent/scada.go b/command/agent/scada.go index a57e023c2..2fd3d543d 100644 --- a/command/agent/scada.go +++ b/command/agent/scada.go @@ -53,7 +53,8 @@ func ProviderConfig(c *Config) *client.ProviderConfig { } // NewProvider creates a new SCADA provider using the -// given configuration. Requests are routed to the +// given configuration. Requests for the HTTP capability +// are passed off to the listener that is returned. func NewProvider(c *Config, logOutput io.Writer) (*client.Provider, net.Listener, error) { // Get the configuration of the provider config := ProviderConfig(c)