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-Tag: 0.4.0~33 X-Git-Url: https://the.earth.li/gitweb/?a=commitdiff_plain;h=9c96da2b288cebb53388ad4e30adbe9b87f67d91;hp=9c96da2b288cebb53388ad4e30adbe9b87f67d91;p=onak.git 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. ---