Use the real directory name for settings.
This commit is contained in:
parent
ee4901acf3
commit
f6d1fcbbf9
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -239,7 +239,7 @@ main(int argc, char **argv)
|
|||
|
||||
openlog("tvheadend", LOG_PID, logfacility);
|
||||
|
||||
hts_settings_init("tvheadend2");
|
||||
hts_settings_init("tvheadend");
|
||||
|
||||
pthread_mutex_init(&global_lock, NULL);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue