Protect dvr_inotify_init() in the same way as the other dvr_inotify_* functions

This commit is contained in:
Dave Chapman 2013-01-19 19:01:52 +00:00
parent 2dcbc36327
commit 07c75503cc

View file

@ -1053,7 +1053,9 @@ dvr_init(void)
}
}
#if ENABLE_INOTIFY
dvr_inotify_init();
#endif
dvr_autorec_init();
dvr_db_load();
dvr_autorec_update();