Merge remote-tracking branch 'origin/pr/205'
This commit is contained in:
commit
5f116646eb
2 changed files with 4 additions and 0 deletions
Binary file not shown.
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 18 KiB |
|
@ -1009,6 +1009,10 @@ capmt_service_start(service_t *t)
|
|||
lock_assert(&global_lock);
|
||||
|
||||
TAILQ_FOREACH(capmt, &capmts, capmt_link) {
|
||||
/* skip, if we're not active */
|
||||
if (!capmt->capmt_enabled)
|
||||
continue;
|
||||
|
||||
tvhlog(LOG_INFO, "capmt",
|
||||
"Starting capmt server for service \"%s\" on tuner %d",
|
||||
t->s_svcname,
|
||||
|
|
Loading…
Add table
Reference in a new issue