]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Use the real directory name for settings.
authorAndreas Öman <andreas@lonelycoder.com>
Sun, 7 Sep 2008 05:29:00 +0000 (05:29 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Sun, 7 Sep 2008 05:29:00 +0000 (05:29 +0000)
main.c

diff --git a/main.c b/main.c
index a34b2420d7e39051e9e2c542580878f77e4b4d7d..62f95b03bfd6969d6bbd974fa43541bcfbfe6c97 100644 (file)
--- a/main.c
+++ b/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);