cwc: add CAID to reader nice name
This commit is contained in:
parent
3a92f1d2f8
commit
a650b2ea79
1 changed files with 1 additions and 1 deletions
|
@ -2039,7 +2039,7 @@ cwc_service_start(caclient_t *cac, service_t *t)
|
|||
ct->cs_constcw = pcard->cwc_caid == 0x2600;
|
||||
|
||||
td = (th_descrambler_t *)ct;
|
||||
snprintf(buf, sizeof(buf), "cwc-%s-%i", cwc->cwc_hostname, cwc->cwc_port);
|
||||
snprintf(buf, sizeof(buf), "cwc-%s-%i-%04X", cwc->cwc_hostname, cwc->cwc_port, pcard->cwc_caid);
|
||||
td->td_nicename = strdup(buf);
|
||||
td->td_service = t;
|
||||
td->td_stop = cwc_service_destroy;
|
||||
|
|
Loading…
Add table
Reference in a new issue