diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2018-03-04 14:15:07 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2018-03-04 14:15:07 +0100 |
commit | 1f9832b44990621e8ad2ec493d3f1b15132b19cc (patch) | |
tree | bad068560094be3dca5de9209d4e040134676e4e /thread.c | |
parent | 75648e80cfb13ee0589b246c4c0238b5e7c99abd (diff) | |
download | vdr-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.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 ----------------------------------------------------------- |