mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-09 06:38:28 +02:00
update_settings: fix update autocheck on/off handling
Origin commit data
------------------
Branch: ni/coolstream
Commit: 30b47b60ed
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-12 (Fri, 12 Jan 2018)
Origin message was:
------------------
- update_settings: fix update autocheck on/off handling
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -79,6 +79,9 @@ void CFlashUpdateCheck::stopThread()
|
||||
pthread_cancel(c4u_thread);
|
||||
}
|
||||
c4u_thread = 0;
|
||||
|
||||
if (access(C4U_FLAGFILE, F_OK) == 0)
|
||||
unlink(C4U_FLAGFILE);
|
||||
}
|
||||
|
||||
void* CFlashUpdateCheck::c4u_proc(void*)
|
||||
|
Reference in New Issue
Block a user