commit | e3be9b1951856f84d30c2903eccdf792618f71ba | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicm@openbsd.org> | Thu Aug 19 18:29:01 2010 +0000 |
committer | Nicholas Marriott <nicm@openbsd.org> | Thu Aug 19 18:29:01 2010 +0000 |
tree | 0677a0ea970e8aae8cbafe36e4721069351dd0c4 | |
parent | c2822ca119d9270f9193eaa574d9b157772b77ed [diff] |
Do not call event_del() for signals after fork(), just use sigaction() directly instead - calling libevent functions after fork() w/o event_reinit() is a bad idea, even if in this case it was harmless.