Fix another SVN crash on failure.
This commit is contained in:
parent
27063d0c32
commit
dd367daac9
@ -163,9 +163,11 @@ namespace { // anonmouse
|
||||
virtual void onFail()
|
||||
{
|
||||
HTTP::Request::onFail();
|
||||
if (_repo) {
|
||||
_repo->propFindFailed(this, SVNRepository::SVN_ERROR_SOCKET);
|
||||
_repo = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
private:
|
||||
SVNRepoPrivate* _repo;
|
||||
|
Loading…
Reference in New Issue
Block a user