mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
pid1: remove unnecessary terminator
We specify the number of items as the first argument already.
This commit is contained in:
parent
dd0395b565
commit
44e5d00603
@ -3406,8 +3406,7 @@ static int exec_child(
|
||||
our_env,
|
||||
pass_env,
|
||||
context->environment,
|
||||
files_env,
|
||||
NULL);
|
||||
files_env);
|
||||
if (!accum_env) {
|
||||
*exit_status = EXIT_MEMORY;
|
||||
return log_oom();
|
||||
|
Loading…
Reference in New Issue
Block a user