From: bowman-gh Date: Tue, 8 Jan 2013 11:56:04 +0000 (+0100) Subject: Fill out the private descriptor fields correctly (tsid and onid) X-Git-Tag: v3.5~173^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F213%2Fhead;p=thirdparty%2Ftvheadend.git Fill out the private descriptor fields correctly (tsid and onid) --- diff --git a/src/capmt.c b/src/capmt.c index ea306ecd3..7f88377d8 100755 --- a/src/capmt.c +++ b/src/capmt.c @@ -761,7 +761,7 @@ capmt_table_input(struct th_descrambler *td, struct service *t, .cad_length = 0x08, .cad_data = { 0x00, 0x00, 0x00, 0x00, // enigma namespace goes here transponder >> 8, transponder & 0xFF, - onid >> 8, onid & 0xFF, + onid >> 8, onid & 0xFF }}; memcpy(&buf[pos], &prd, prd.cad_length + 2); pos += prd.cad_length + 2;