K 10 svn:author V 3 jdp K 8 svn:date V 27 1999-11-17T01:54:17.000000Z K 7 svn:log V 407 Fix a bug in the hack that protects against FTP bounce attacks. It used to loop back up to the accept() call and block there, shutting out all other transports until a new connection came in. Now it returns instead after dropping the connection. That will take it back to the select() loop where all transports can be serviced. I intend to MFC this within a day or two since it fixes a DoS vulnerability. END