Found |
r861866 |
r861866 | philip | 2006-10-06 00:34:05 +0000 (Fri, 06 Oct 2006) Fix a crash that occurred when opening a working copy was interrupted. Found by: "Chris AtLee" <chris@atlee.ca> * subversion/libsvn_wc/lock.c (do_open): On error reset lock->set since it becomes a dangling pointer, although nothing should ever use it since the baton is closed. (do_close): Always set type to svn_wc__adm_access_closed.