summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-05-21 10:28:10 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-05-21 10:28:10 +0200
commit0f1f2778198c161db2c1b20bdd29ff4a6e9326e1 (patch)
tree624903cb63f4e88a70223dc3eb4f9c295022aff9 /HISTORY
parent3b1b5bde681febf6a3900438fbc2d386511c4393 (diff)
downloadvdr-0f1f2778198c161db2c1b20bdd29ff4a6e9326e1.tar.gz
vdr-0f1f2778198c161db2c1b20bdd29ff4a6e9326e1.tar.bz2
Fixed setting the local machine's SVDRP host name; only saving the SVDRP host name if it differs from the system's host name
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index a9a897f9..354a5fb9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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.