mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +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()
|
||||
{
|
||||
int ret = join();
|
||||
return (ret == 0);
|
||||
if(pid > 0){
|
||||
int ret = join();
|
||||
return (ret == 0);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
void CAit::run()
|
||||
|
Reference in New Issue
Block a user