From: Dave Chapman Date: Sat, 19 Jan 2013 19:01:52 +0000 (+0000) Subject: Protect dvr_inotify_init() in the same way as the other dvr_inotify_* functions X-Git-Tag: v3.5~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07c75503cced7fec4544ac185e8fd70ad6017111;p=thirdparty%2Ftvheadend.git Protect dvr_inotify_init() in the same way as the other dvr_inotify_* functions --- diff --git a/src/dvr/dvr_db.c b/src/dvr/dvr_db.c index 6ab51aca0..b7c66d68b 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();