[mythtv-commits] mythtv/master commit: f4a107940 by Michael T. Dean (sphery)

MythTV noreply at mythtv.org
Fri Feb 17 23:34:20 UTC 2012


      Author:  Michael T. Dean <mdean at mythtv.org>
 Change Date:  2012-02-17T15:33:35-08:00
   Push Date:  2012/02/17 15:34:08 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  f4a107940b0fe94045f5e434262190f69aa2ff7b
   Changeset:  https://github.com/MythTV/mythtv/commit/f4a107940

Log:

Fix default Network Control port in mythfrontend.

Though the default used by mythfrontend's settings UI is 6546, the code
that starts the NetworkControl was specifying a default of 6545 (which,
incidentally, is the default for the mythlcdserver) in its call to
GetNumSetting().  This typo likely didn't affect anyone because
mythfrontend settings would have populated the default value into the
database, so the default specified by the GetNumSetting() call wouldn't
have been used, except on systems where users have deleted stuff
directly out of the database.

Thanks to Raymond Wagner and David Engel for helping me notice the typo.

Modified:

   mythtv/programs/mythfrontend/main.cpp



More information about the mythtv-commits mailing list