mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-03-13 06:01:45 +00:00
Merge branch 'master' of git://github.com/bitcoin/bitcoin
This commit is contained in:
commit
3a47bf7265
3
init.cpp
3
init.cpp
@ -120,6 +120,9 @@ bool AppInit2(int argc, char* argv[])
|
||||
sigemptyset(&sa.sa_mask);
|
||||
sa.sa_flags = 0;
|
||||
sigaction(SIGTERM, &sa, NULL);
|
||||
sigaction(SIGINT, &sa, NULL);
|
||||
sigaction(SIGHUP, &sa, NULL);
|
||||
sigaction(SIGSEGV, &sa, NULL);
|
||||
#endif
|
||||
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user