don't run cvs_client_sendfile() if its file_type is CVS_DIR, but do not
authorjoris <joris@openbsd.org>
Sat, 14 Jul 2018 21:28:02 +0000 (21:28 +0000)
committerjoris <joris@openbsd.org>
Sat, 14 Jul 2018 21:28:02 +0000 (21:28 +0000)
commit2314050ca45d4a0007c6eb162a1d04111bb55a03
tree261a39588993d16c31db87cfe665b2ee334faaef
parent70a31d6a473c205d5e04605987f278cb392ff5ea
don't run cvs_client_sendfile() if its file_type is CVS_DIR, but do not
depend on it being CVS_FILE explicitly.

unbreaks remote operations on removed files.
usr.bin/cvs/client.c