]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: merge service_connection_unref() into service_close_socket_fd()
authorLennart Poettering <lennart@poettering.net>
Fri, 29 Apr 2016 09:36:00 +0000 (11:36 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 29 Apr 2016 14:27:49 +0000 (16:27 +0200)
commit5cc3985ed1817078785fb3323f5c1d08a9c3e32f
tree81f49198194563034192abb14efab74244304282
parentb75102e5bf4cf249052d42be955d403e3e03b47c
core: merge service_connection_unref() into service_close_socket_fd()

We always call one after the other anyway, and this way service_set_socket_fd()
and service_close_socket_fd() nicely match each other as one undoes the effect
of the other.
src/core/service.c