[mythtv-commits] Ticket #12009: backend doesn't start when network interface doesn't have link on it.

MythTV noreply at mythtv.org
Fri Jan 10 13:39:00 UTC 2014


#12009: backend doesn't start when network interface doesn't have link on it.
----------------------------------+-----------------------------
 Reporter:  cjanderson@…          |          Owner:
     Type:  Bug Report - General  |         Status:  new
 Priority:  minor                 |      Milestone:  unknown
Component:  MythTV - General      |        Version:  Unspecified
 Severity:  medium                |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+-----------------------------

Comment (by wagnerrp):

 My guess is this bit
 [http://code.mythtv.org/cgit/mythtv/tree/mythtv/libs/libmythbase/serverpool.cpp#n109
 here...]
 {{{
         if ((qni->flags() & QNetworkInterface::IsRunning) == 0)
             continue;
 }}}

 Why would you want to use a interface that wasn't actually usable?

--
Ticket URL: <http://code.mythtv.org/trac/ticket/12009#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list