Fixed setting the local machine's SVDRP host name; only saving the SVDRP host name if it differs from the system's host name

This commit is contained in:
Klaus Schmidinger
2017-05-21 10:28:10 +02:00
parent 3b1b5bde68
commit 0f1f277819
2 changed files with 6 additions and 3 deletions

View File

@@ -9043,3 +9043,6 @@ Video Disk Recorder Revision History
#define VDR_NO_STL_PROTOTYPES
before including tools.h.
- Removed TsGetContinuityCounter() from remux.h, using TsContinuityCounter() instead.
- Fixed setting the local machine's SVDRP host name (was overwritten if setup.conf
contained an empty string). The SVDRP host name is now only written to setup.conf
if it differs from the system's host name.