agent: Cleanup a comment

This commit is contained in:
Armon Dadgar 2015-02-18 16:54:44 -08:00
parent 6f48e58014
commit d6e76e5dd4
1 changed files with 2 additions and 1 deletions

View File

@ -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)