Always use the default signal handler for ABRT signals.
This will allow coredumps to be generated when tinc is daemonized. Also add the -kABRT option.
This commit is contained in:
parent
eacb5a28fb
commit
257cb6ac60
3 changed files with 6 additions and 6 deletions
|
|
@ -546,6 +546,7 @@ static struct {
|
|||
{SIGCHLD, ignore_signal_handler},
|
||||
{SIGALRM, sigalrm_handler},
|
||||
{SIGWINCH, sigwinch_handler},
|
||||
{SIGABRT, SIG_DFL},
|
||||
{0, NULL}
|
||||
};
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue