Skip to content

Commit

Permalink
Fix repeated calls to TryGetLock() when already holding lock
Browse files Browse the repository at this point in the history
  • Loading branch information
qris committed Oct 7, 2017
1 parent 0f10d38 commit 4f65983
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/backupstore/BackupFileSystem.cpp
Expand Up @@ -60,6 +60,9 @@ void BackupFileSystem::GetLock()
throw;
}
}

// Success!
break;
}
}

Expand Down

0 comments on commit 4f65983

Please sign in to comment.