Fixed a possible deadlock in case two SVDRP clients send each other POLL commands at the same time

This commit is contained in:
Klaus Schmidinger
2022-11-19 15:49:27 +01:00
parent b14ed38a48
commit 83c9677899
2 changed files with 5 additions and 5 deletions

View File

@@ -9797,3 +9797,5 @@ Video Disk Recorder Revision History
- 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.
- Fixed a possible deadlock in case two SVDRP clients send each other POLL commands
at the same time.