summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2018-03-04 14:15:07 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2018-03-04 14:15:07 +0100
commit1f9832b44990621e8ad2ec493d3f1b15132b19cc (patch)
treebad068560094be3dca5de9209d4e040134676e4e /thread.c
parent75648e80cfb13ee0589b246c4c0238b5e7c99abd (diff)
downloadvdr-1f9832b44990621e8ad2ec493d3f1b15132b19cc.tar.gz
vdr-1f9832b44990621e8ad2ec493d3f1b15132b19cc.tar.bz2
Assigning events to timers no longer triggers sending a POLL to all peer VDRs
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/thread.c b/thread.c
index d2640378..0bc12226 100644
--- a/thread.c
+++ b/thread.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: thread.c 4.12 2018/03/04 11:23:09 kls Exp $
+ * $Id: thread.c 4.13 2018/03/04 13:17:04 kls Exp $
*/
#include "thread.h"
@@ -877,7 +877,6 @@ bool cStateKey::StateChanged(void)
return state != stateLock->state;
else
return true;
- return false;
}
// --- cIoThrottle -----------------------------------------------------------