summaryrefslogtreecommitdiff
path: root/vdr.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2016-12-13 13:54:00 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2016-12-13 13:54:00 +0100
commit08066065e316682da10249b4edcc19b7d5226e59 (patch)
tree56cd6e0d9a9e720ff0e301cd98d3e5781f7b55db /vdr.c
parenta9bd3ca0dc06c9a6439f5e484e137fc6aa50b4bc (diff)
downloadvdr-08066065e316682da10249b4edcc19b7d5226e59.tar.gz
vdr-08066065e316682da10249b4edcc19b7d5226e59.tar.bz2
Fixed a crash when moving a recording to a folder on a different volume
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