NetApp / netappdvp

A Docker volume plugin for NetApp storage
96 stars 33 forks source link

main.go: add *tls.Config parameter to ServeTCP #31

Closed dccurtis closed 7 years ago

dccurtis commented 7 years ago

https://github.com/docker/go-plugins-helpers/commit/d7fc7d0aa1603cc47bb43e10a03ab50f4443c1b8 added a *tls.Config parameter to ServeTCP.

Adding a nil argument to correct the build failure:

Dougs-MacBook-Air:netappdvp doug$ go build

github.com/NetApp/netappdvp

./main.go:144: not enough arguments in call to h.Handler.ServeTCP

bnaylor commented 7 years ago

Thanks!