chiark / gitweb /
bus-proxy: also consider ENOTCONN a clean termination condition
authorLennart Poettering <lennart@poettering.net>
Fri, 13 Feb 2015 15:11:45 +0000 (16:11 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 13 Feb 2015 16:18:35 +0000 (17:18 +0100)
commit557b5d4a94967198b3181fcb83879d4569cbf456
treec3b67fcaa8098cac4fc9980819765ddf0459edfa
parenta8ba6cd15d3a5edf1f9fbb4fd08dc428c3939072
bus-proxy: also consider ENOTCONN a clean termination condition

Sometimes, when we try to reply to messages we don't check return
values. This means we might miss a ECONNRESET, and will get a ENOTCONN
on next command. Treat both the same hence.
src/bus-proxyd/proxy.c