mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
zapit: supplement to last commit
This commit is contained in:
@@ -56,8 +56,11 @@ bool CAit::Start()
|
|||||||
|
|
||||||
bool CAit::Stop()
|
bool CAit::Stop()
|
||||||
{
|
{
|
||||||
int ret = join();
|
if(pid > 0){
|
||||||
return (ret == 0);
|
int ret = join();
|
||||||
|
return (ret == 0);
|
||||||
|
}
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CAit::run()
|
void CAit::run()
|
||||||
|
Reference in New Issue
Block a user