[mythtv-commits] mythtv branch master updated by dekarl. v0.28-pre-775-ge9a22c5

Git Repo Owner noreply at mythtv.org
Fri Jan 31 15:31:22 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user dekarl.
       via  e9a22c587713f2933402232b15daf82d4272dd2d (commit)
      from  42515a07ccb4cc4dd0b5eefb1a3467fd77c6eac0 (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 e9a22c587713f2933402232b15daf82d4272dd2d
Author:    Karl Dietz <dekarl at mythtv.org> at Fri, 31 Jan 2014 16:15:13 +0100
Committer: Karl Dietz <dekarl at mythtv.org> at Fri, 31 Jan 2014 16:28:40 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e9a22c587713f2933402232b15daf82d4272dd2d

make parameter names consistently lowercase
Since [3d9155909f] the parameter names used inconsistent upper and lower case.

There are two places in libmythupnp where the incoming packets are decoded, in
one place they are converted to lowercase, in the other place they are not.
This commit had made it lowercase in both places but did not change the code
that accessed the data, the caused serious discombobulation and the end of UPNP
watching through out the world.

Patch by Steve Beinicke

Fixes #12006



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

Summary of changes:
 mythtv/libs/libmythupnp/upnpcds.cpp |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

-- 



More information about the mythtv-commits mailing list