Merge branch 'master' of git://github.com/bitcoin/bitcoin

This commit is contained in:
Jeff Garzik 2011-03-23 18:28:50 -04:00 committed by Jeff Garzik
commit 3a47bf7265

View file

@ -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
//