Remove obsolete comment.

This commit is contained in:
Julien Laffaye 2013-09-07 18:49:50 +02:00
parent 1b161dcaad
commit 962edd16c2

3
ftp.go
View File

@ -189,9 +189,6 @@ func (c *ServerConn) pasv() (port int, err error) {
}
// openDataConn creates a new FTP data connection.
//
// Currently, only EPSV is implemented but a fallback to PASV, and to a lesser
// extent, PORT should be added.
func (c *ServerConn) openDataConn() (net.Conn, error) {
var port int
var err error