mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added missing saving of SVDRPHostName
This commit is contained in:
parent
3427e224e3
commit
2b20b9e064
3
config.c
3
config.c
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* 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"
|
#include "config.h"
|
||||||
@ -771,6 +771,7 @@ bool cSetup::Save(void)
|
|||||||
Store("EPGLinger", EPGLinger);
|
Store("EPGLinger", EPGLinger);
|
||||||
Store("SVDRPTimeout", SVDRPTimeout);
|
Store("SVDRPTimeout", SVDRPTimeout);
|
||||||
Store("SVDRPPeering", SVDRPPeering);
|
Store("SVDRPPeering", SVDRPPeering);
|
||||||
|
Store("SVDRPHostName", SVDRPHostName);
|
||||||
Store("SVDRPDefaultHost", SVDRPDefaultHost);
|
Store("SVDRPDefaultHost", SVDRPDefaultHost);
|
||||||
Store("ZapTimeout", ZapTimeout);
|
Store("ZapTimeout", ZapTimeout);
|
||||||
Store("ChannelEntryTimeout",ChannelEntryTimeout);
|
Store("ChannelEntryTimeout",ChannelEntryTimeout);
|
||||||
|
Loading…
Reference in New Issue
Block a user