CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/01 02:38:56
Modified files:
usr.bin/cvs : file.c
Log message:
If CVS_LOCK_REPO is set only attempt to unlock the repo if we're local.
Otherwise we end up calling cvs_repository_unlock() with garbage from the
stack if we're dealing with a remote cvsroot.
