Changeset 1869
- Timestamp:
- 03/21/10 17:35:47 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/module-cccam.c
r1867 r1869 592 592 593 593 cc->count = cur_er->idx; 594 er->hops = cc->cur_card->hop + 1;594 cur_er->hops = cc->cur_card->hop + 1; 595 595 cs_log("cccam: sending ecm for sid %04x to card %08x, hop %d", cur_er->srvid, cc->cur_card->id, cc->cur_card->hop + 1); 596 596 n = cc_cmd_send(ecmbuf, cur_er->l+13, MSG_CW_ECM); // send ecm
Note:
See TracChangeset
for help on using the changeset viewer.