Actually close the socket in keyd/the keyd backend
authorJonathan McDowell <noodles@earth.li>
Tue, 15 Mar 2011 04:51:38 +0000 (04:51 +0000)
committerJonathan McDowell <noodles@earth.li>
Tue, 15 Mar 2011 04:51:38 +0000 (04:51 +0000)
  We were calling shutdown() on the socket, but this isn't sufficient -
  we need to call close() as well. Otherwise we end up leaking sockets
  and eventually keyd can no longer service requests.


No differences found