[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-318-g7e0fa3f

Git Repo Owner noreply at mythtv.org
Fri Oct 4 13:21:48 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  7e0fa3f28320ca658ef2e1945e3f1919bb6e2022 (commit)
      from  a269f9538763c426414e7dc9dd6d93d3329e2156 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7e0fa3f28320ca658ef2e1945e3f1919bb6e2022
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 4 Oct 2013 14:13:20 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 4 Oct 2013 14:17:39 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7e0fa3f28320ca658ef2e1945e3f1919bb6e2022

Fix startup 'wait for client' check that assumed the client would be non-blocking. It's possible for a frontend to connect to the backend, then go idle before we re-checked for it's presence, which would have prevented the backend shutting down. If _any_ client is connected, then release the block on shutdown.



-----------------------------------------------------------------------

Summary of changes:
 mythtv/programs/mythbackend/mainserver.cpp |   16 +++++++++++-----
 mythtv/programs/mythbackend/mainserver.h   |    2 +-
 mythtv/programs/mythbackend/scheduler.cpp  |    5 ++++-
 3 files changed, 16 insertions(+), 7 deletions(-)

-- 



More information about the mythtv-commits mailing list