From f6d1fcbbf9a2e32ea0c4854b390fb59fb6b82031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sun, 7 Sep 2008 05:29:00 +0000 Subject: [PATCH] Use the real directory name for settings. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index a34b2420..62f95b03 100644 --- 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);