mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
fix possible segfault
Origin commit data
------------------
Branch: ni/coolstream
Commit: e15e45f46e
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2019-12-13 (Fri, 13 Dec 2019)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1955,6 +1955,7 @@ printf("[neutrino] CScanSetup::%s: logical numbers %d\n", __FUNCTION__, scansett
|
|||||||
fe->forceDelSys(fe_config.force_mode);
|
fe->forceDelSys(fe_config.force_mode);
|
||||||
if (fe_config.force_mode == 1)
|
if (fe_config.force_mode == 1)
|
||||||
fe_config.powered = 0;
|
fe_config.powered = 0;
|
||||||
|
if (tsp)
|
||||||
tsp->setActive(fe_config.force_mode != 1);
|
tsp->setActive(fe_config.force_mode != 1);
|
||||||
ret = true;
|
ret = true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user