Protect dvr_inotify_init() in the same way as the other dvr_inotify_* functions
This commit is contained in:
parent
2dcbc36327
commit
07c75503cc
1 changed files with 2 additions and 0 deletions
|
@ -1053,7 +1053,9 @@ dvr_init(void)
|
|||
}
|
||||
}
|
||||
|
||||
#if ENABLE_INOTIFY
|
||||
dvr_inotify_init();
|
||||
#endif
|
||||
dvr_autorec_init();
|
||||
dvr_db_load();
|
||||
dvr_autorec_update();
|
||||
|
|
Loading…
Add table
Reference in a new issue