CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2019/10/13 09:07:13
Modified files: usr.bin/ftp : fetch.c Log message: Factor out socket cleanup code As a side effect this shuts down the TLS connection before closing the underlying socket for redirectionss. ok job@