-/* $OpenBSD: client.c,v 1.125 2015/11/05 09:48:21 nicm Exp $ */
+/* $OpenBSD: client.c,v 1.126 2017/06/01 08:17:27 joris Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
*
struct tm datetm;
char rev[CVS_REV_BUFSZ], timebuf[CVS_TIME_BUFSZ], sticky[CVS_REV_BUFSZ];
- if (cf->file_type != CVS_FILE)
- return;
-
cvs_client_senddir(cf->file_wd);
cvs_remote_classify_file(cf);
- if (cf->file_type == CVS_DIR)
+ if (cf->file_type != CVS_FILE)
return;
if (cf->file_ent != NULL && cvs_cmdop != CVS_OP_IMPORT) {