Ignore SIGPIPE in keyd
authorJonathan McDowell <noodles@earth.li>
Thu, 31 Mar 2011 17:57:41 +0000 (10:57 -0700)
committerJonathan McDowell <noodles@earth.li>
Thu, 31 Mar 2011 17:57:41 +0000 (10:57 -0700)
  catchsignals() normally catches SIGPIPE and sets the cleanup flag,
  as per the other signals it catches. This is fine for the HKP CGI,
  but not appropriate for keyd (as it's probably because the client
  has exited without doing appropriate cleanup). Ignore it; we'll
  deal with the error when we try to read/write to the socket.


No differences found