Changeset 1873


Ignore:
Timestamp:
03/21/10 19:40:21 (13 years ago)
Author:
alno
Message:

next try cccam hops no need to make binaries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/module-cccam.c

    r1871 r1873  
    592592
    593593    cc->count = cur_er->idx;
    594     ecmtask[n].hops = cc->cur_card->hop + 1;
     594
    595595    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);
    596596    n = cc_cmd_send(ecmbuf, cur_er->l+13, MSG_CW_ECM);      // send ecm
     
    626626      pthread_mutex_unlock(&cc->ecm_busy);
    627627  }
    628 
     628  er->hops = cc->cur_card->hop + 1;
    629629  return 0;
    630630}
Note: See TracChangeset for help on using the changeset viewer.