connection: close pending incoming FDs on shutdown
authorDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 11 Oct 2012 21:37:47 +0000 (23:37 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 15 Oct 2012 20:16:24 +0000 (16:16 -0400)
commit5bae0650baa400273720d7f5953536f99969d6ef
treed7b86f1e3f64848e3058088d07107a23c0724f40
parent9bd41ed6a9f027d687e449ed020db848b28bb58a
connection: close pending incoming FDs on shutdown

Same problem as with outgoing FDs. We need to close these on shutdown,
otherwise we leak open file descriptors.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/connection.c