1
0
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:
Lennart Poettering 2015-10-14 22:41:25 +02:00
parent 09eba4d46b
commit 0245cf8167

View File

@ -2742,6 +2742,7 @@ int config_parse_tasks_max(
return 0;
}
c->tasks_max = u;
return 0;
}