mirror of
https://github.com/systemd/systemd.git
synced 2024-11-08 02:57:16 +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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
c->tasks_max = u;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user