Changeset 1873
- Timestamp:
- 03/21/10 19:40:21 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/module-cccam.c
r1871 r1873 592 592 593 593 cc->count = cur_er->idx; 594 ecmtask[n].hops = cc->cur_card->hop + 1; 594 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 … … 626 626 pthread_mutex_unlock(&cc->ecm_busy); 627 627 } 628 628 er->hops = cc->cur_card->hop + 1; 629 629 return 0; 630 630 }
Note:
See TracChangeset
for help on using the changeset viewer.