]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fill out the private descriptor fields correctly (tsid and onid) 213/head
authorbowman-gh <johan.frank@gmail.com>
Tue, 8 Jan 2013 11:56:04 +0000 (12:56 +0100)
committerbowman-gh <johan.frank@gmail.com>
Tue, 8 Jan 2013 11:56:04 +0000 (12:56 +0100)
src/capmt.c

index ea306ecd35f18d59447dbb66d2d57c1823460e90..7f88377d8f84d4f66ba75eb60f183b83df847daf 100755 (executable)
@@ -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;