]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: simplify how we create socket fds
authorLennart Poettering <lennart@poettering.net>
Wed, 23 Sep 2015 17:52:23 +0000 (19:52 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 29 Sep 2015 19:55:51 +0000 (21:55 +0200)
commite8da24a642c78d55f5287011db70d7cd95bf3b2b
tree20880b12188e55a88348074f5e91a7945a6091ba
parented460b077a7efe607b2f02f5455a76cd94b5264f
core: simplify how we create socket fds

Let's always return the allocated fds as return values where possible,
and make more use of _cleanup_close_
src/core/socket.c