mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2025-02-03 23:59:31 +00:00
Sigterm
This commit is contained in:
parent
c987b72033
commit
09a5593e2f
@ -142,8 +142,8 @@ int main(int argc, char *argv[])
|
||||
signal_ctx = ctx;
|
||||
m_signal(SIGINT, sigint_handler);
|
||||
m_signal(SIGTERM, sigterm_handler);
|
||||
create_signal(sigint_handler);
|
||||
create_signal(sigterm_handler);
|
||||
create_signal(SIGINT);
|
||||
create_signal(SIGTERM);
|
||||
#endif
|
||||
terminate_asap = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user