Code

don't initialize sigaction struct twice
authorMax Kellermann <max@duempel.org>
Fri, 3 Oct 2008 13:24:01 +0000 (15:24 +0200)
committerMax Kellermann <max@duempel.org>
Fri, 3 Oct 2008 13:24:01 +0000 (15:24 +0200)
commit466530d2506d7bcea3d2d546a471bf51b78f85e7
treedd4300e78f7a11b5f86d3d4762d4ff38fee49539
parent34f726e6beb1dc37386338b6d9d85b2a9ff4f019
don't initialize sigaction struct twice

Don't reset sa_mask and sa_flags after every sigaction() call.  Do it
once.
src/main.c