]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: actually set pids_max field after parsing it
authorLennart Poettering <lennart@poettering.net>
Wed, 14 Oct 2015 20:41:25 +0000 (22:41 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 19 Oct 2015 21:13:06 +0000 (23:13 +0200)
Fixes one of the issues pointed out in #1522.

src/core/load-fragment.c

index b1d4c6b57d3e79093638a1cd8534204b944b9e6d..ba39df6877b7b2531d63637d735019277a068ef9 100644 (file)
@@ -2742,6 +2742,7 @@ int config_parse_tasks_max(
                 return 0;
         }
 
+        c->tasks_max = u;
         return 0;
 }