esfilter: remove dead code (coverity)
This commit is contained in:
parent
1cb1f674a0
commit
749ce2efec
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ esfilter_build_ca_enum(int provider)
|
|||
e = htsmsg_create_map();
|
||||
snprintf(buf, sizeof(buf), provider ? "%06x" : "%04x", a[i]);
|
||||
if (!provider)
|
||||
snprintf(buf2, sizeof(buf2), provider ? "%06x %s" : "%04x - %s",
|
||||
snprintf(buf2, sizeof(buf2), "%04x - %s",
|
||||
a[i], descrambler_caid2name(a[i]));
|
||||
htsmsg_add_str(e, "key", buf);
|
||||
htsmsg_add_str(e, "val", provider ? buf : buf2);
|
||||
|
|
Loading…
Add table
Reference in a new issue