]> git.ipfire.org Git - thirdparty/systemd.git/commit
execute: Properly log errors considering socket fds (#5910)
authorAggelos Avgerinos <evaggelos.avgerinos@gmail.com>
Mon, 8 May 2017 23:09:22 +0000 (02:09 +0300)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 8 May 2017 23:09:22 +0000 (19:09 -0400)
commit488ab41cb89828e68162f34fb68241bbda700c05
treecc378f4332b8087d0e3ce6061285987ec1acd363
parent6d892bd19e6345204aede0b814de5bf1d4614c98
execute: Properly log errors considering socket fds (#5910)

Till now if the params->n_fds was 0, systemd was logging that there were
more than one sockets.

Thanks @gregoryp and @VFXcode who did the most work debugging this.
src/core/execute.c