mirror of
https://github.com/systemd/systemd.git
synced 2024-11-07 18:27:04 +03:00
core: actually set pids_max field after parsing it
Fixes one of the issues pointed out in #1522.
This commit is contained in:
parent
09eba4d46b
commit
0245cf8167
@ -2742,6 +2742,7 @@ int config_parse_tasks_max(
|
||||
return 0;
|
||||
}
|
||||
|
||||
c->tasks_max = u;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user