mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
pid1: remove unnecessary terminator
We specify the number of items as the first argument already.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user