[mythtv-commits] mythtv branch fixes/0.27 updated by stuartm. v0.27-21-gb3a827d

Git Repo Owner noreply at mythtv.org
Fri Oct 4 13:22:34 UTC 2013


The branch, fixes/0.27 has been updated on the
mythtv repository by gitolite user stuartm.
       via  b3a827da3bc425581d9ea17e136dd704eb70bc6b (commit)
      from  0536d476d9d2e2f5468022d784f4bf17742b7e78 (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 b3a827da3bc425581d9ea17e136dd704eb70bc6b
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:22:10 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b3a827da3bc425581d9ea17e136dd704eb70bc6b

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. (cherry picked from commit 7e0fa3f28320ca658ef2e1945e3f1919bb6e2022)



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

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