From ea9f91e6abbeaf055f8fb04cde1aa903e46879e4 Mon Sep 17 00:00:00 2001 From: bowman-gh Date: Tue, 8 Jan 2013 12:56:04 +0100 Subject: [PATCH] Fill out the private descriptor fields correctly (tsid and onid) --- src/capmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/capmt.c b/src/capmt.c index ea306ecd..7f88377d 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;