Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cwc: add CAID to reader nice name
  • Loading branch information
perexg committed Feb 1, 2015
1 parent 3a92f1d commit a650b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/descrambler/cwc.c
Expand Up @@ -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;
Expand Down

0 comments on commit a650b2e

Please sign in to comment.