core: fold property_get_input_fdname() and property_get_output_fdname() into one
authorLennart Poettering <lennart@poettering.net>
Fri, 27 Oct 2017 12:57:12 +0000 (14:57 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 17 Nov 2017 10:13:44 +0000 (11:13 +0100)
commit5073ff6becefef20e3cf651a76d330b1e3f29bb8
tree569237c21da47cb2cd77917c1630cc0d2d6fccd4
parent3a274a218dfa7f5a6235af155755d9687a44143a
core: fold property_get_input_fdname() and property_get_output_fdname() into one

property_get_output_fdname() already had two different control flows for
stdout and stderr, it might as well handle stdin too, thus shortening
our code a bit.
src/core/dbus-execute.c
src/core/execute.c