Don't look at file_type until after cvs_remote_classify_file() was called.
authorjoris <joris@openbsd.org>
Thu, 1 Jun 2017 08:17:27 +0000 (08:17 +0000)
committerjoris <joris@openbsd.org>
Thu, 1 Jun 2017 08:17:27 +0000 (08:17 +0000)
commit4f2efe077d2a5733def96514d9773090c017d6c5
treefc27f6471c2cccfbcb35d0a634aad6ad17011786
parent4dcde51379711c241d4d9b93f9d4e9eae2d51f3d
Don't look at file_type until after cvs_remote_classify_file() was called.
The file status may be unknown until after that call.
usr.bin/cvs/client.c