From: Jonathan McDowell Date: Tue, 15 Mar 2011 04:51:38 +0000 (+0000) Subject: Actually close the socket in keyd/the keyd backend X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/9c96da2b288cebb53388ad4e30adbe9b87f67d91?hp=9c96da2b288cebb53388ad4e30adbe9b87f67d91 Actually close the socket in keyd/the keyd backend 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. ---