capmt: don't start when disabled
This commit is contained in:
parent
9247faa7af
commit
f372e46ec3
1 changed files with 4 additions and 0 deletions
|
@ -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