mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
zapit: supplement to last commit
Origin commit data
------------------
Commit: bca3a8fbd5
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-10-14 (Thu, 14 Oct 2021)
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