chiark / gitweb /
bus-proxy: close each connection fd only once
authorLennart Poettering <lennart@poettering.net>
Fri, 13 Feb 2015 16:15:41 +0000 (17:15 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 13 Feb 2015 16:18:36 +0000 (17:18 +0100)
commit95eb099fa8a90212ed2aef82bad360f147bc19c2
tree55d41db4fa3d15f31feaf0299429057cff3b0cb7
parent557b5d4a94967198b3181fcb83879d4569cbf456
bus-proxy: close each connection fd only once

After passing the fds over to the sd_bus object, we should forget them,
so that we don't close them a second time when the object goes away.
src/bus-proxyd/bus-proxyd.c