From 07c75503cced7fec4544ac185e8fd70ad6017111 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sat, 19 Jan 2013 19:01:52 +0000 Subject: [PATCH] Protect dvr_inotify_init() in the same way as the other dvr_inotify_* functions --- src/dvr/dvr_db.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dvr/dvr_db.c b/src/dvr/dvr_db.c index 6ab51aca..b7c66d68 100644 --- a/src/dvr/dvr_db.c +++ b/src/dvr/dvr_db.c @@ -1053,7 +1053,9 @@ dvr_init(void) } } +#if ENABLE_INOTIFY dvr_inotify_init(); +#endif dvr_autorec_init(); dvr_db_load(); dvr_autorec_update();