Removed some unnecessary locks from SVDRPClientHandler

This commit is contained in:
Klaus Schmidinger
2022-11-19 15:47:03 +01:00
parent 2bf0967a47
commit b14ed38a48
2 changed files with 9 additions and 18 deletions

View File

@@ -9780,7 +9780,7 @@ Video Disk Recorder Revision History
out by Onur Sent<6E>rk).
- Official release.
2022-11-14:
2022-11-19:
- Added UPDATE-2.6.0, which was missing in the official 2.6.0 release.
- Fixed unexpected calls of the '-r' script when a recording is interrupted and
@@ -9796,3 +9796,4 @@ Video Disk Recorder Revision History
recording is being replayed.
- Added a warning if an attempt is made to obtain a write lock twice from the same thread.
- Fixed default values for DVB-T (thanks to Winfried K<>hler and Jose Angel).
- Removed some unnecessary locks from SVDRPClientHandler.