]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: drop "argv" field from ExecParameter structure
authorLennart Poettering <lennart@poettering.net>
Tue, 17 Jul 2018 16:47:32 +0000 (18:47 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 23 Jul 2018 11:36:47 +0000 (13:36 +0200)
commitee39ca20c6da8b77a647e45bbc7d6ec0b852888f
tree554f2acd4236a342b27b0d830b453621ecb7171e
parent2ed26ed065a39df35d25407d2c66f0b05cf874b8
core: drop "argv" field from ExecParameter structure

We always initialize it from the same field in ExecCommand anyway, hence
there's no point in passing it separately to exec_spawn(), after all we
already pass the ExecCommand structure itself anyway.

No change in behaviour.
src/core/execute.c
src/core/execute.h
src/core/service.c
src/core/socket.c