summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-09-13 11:09:44 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2015-09-13 11:09:44 +0200
commit2b20b9e064413cec0d6999ed545ebd7d9c7b1f2c (patch)
treebde6d97c3e92701ff7b5a7f313a13c4c8b03554f
parent3427e224e3d79e6bac1248582e68775537e5345e (diff)
downloadvdr-2b20b9e064413cec0d6999ed545ebd7d9c7b1f2c.tar.gz
vdr-2b20b9e064413cec0d6999ed545ebd7d9c7b1f2c.tar.bz2
Added missing saving of SVDRPHostName
-rw-r--r--config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.c b/config.c
index 38e22053..e5f5463c 100644
--- a/config.c
+++ b/config.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.c 4.3 2015/09/11 08:08:05 kls Exp $
+ * $Id: config.c 4.4 2015/09/13 11:09:44 kls Exp $
*/
#include "config.h"
@@ -771,6 +771,7 @@ bool cSetup::Save(void)
Store("EPGLinger", EPGLinger);
Store("SVDRPTimeout", SVDRPTimeout);
Store("SVDRPPeering", SVDRPPeering);
+ Store("SVDRPHostName", SVDRPHostName);
Store("SVDRPDefaultHost", SVDRPDefaultHost);
Store("ZapTimeout", ZapTimeout);
Store("ChannelEntryTimeout",ChannelEntryTimeout);