depend on it being CVS_FILE explicitly.
unbreaks remote operations on removed files.
-/* $OpenBSD: client.c,v 1.127 2017/08/21 16:45:13 millert Exp $ */
+/* $OpenBSD: client.c,v 1.128 2018/07/14 21:28:02 joris Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
*
cvs_client_senddir(cf->file_wd);
cvs_remote_classify_file(cf);
- if (cf->file_type != CVS_FILE)
+ if (cf->file_type == CVS_DIR)
return;
if (cf->file_ent != NULL && cvs_cmdop != CVS_OP_IMPORT) {