summaryrefslogtreecommitdiff
path: root/vdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'vdr.c')
-rw-r--r--vdr.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/vdr.c b/vdr.c
index 6b0bf2b0..16a6c326 100644
--- a/vdr.c
+++ b/vdr.c
@@ -22,7 +22,7 @@
*
* The project's page is at http://www.tvdr.de
*
- * $Id: vdr.c 4.7 2015/09/11 08:02:50 kls Exp $
+ * $Id: vdr.c 4.8 2016/12/13 13:13:10 kls Exp $
*/
#include <getopt.h>
@@ -1480,9 +1480,6 @@ int main(int argc, char *argv[])
ShutdownHandler.countdown.Cancel();
}
- // Keep the recordings handler alive:
- RecordingsHandler.Active();
-
if ((Now - LastInteract) > ACTIVITYTIMEOUT && !cRecordControls::Active() && !RecordingsHandler.Active() && (Now - cRemote::LastActivity()) > ACTIVITYTIMEOUT) {
// Handle housekeeping tasks