]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/mount.c
core: fold manager_set_exec_params() into unit_set_exec_params()
[thirdparty/systemd.git] / src / core / mount.c
index 914458f8e6d99e253967cdd7897a614b37583b4c..cb8dda85573b984ae71f8c1ae0b2ec10c4b13b08 100644 (file)
@@ -781,7 +781,6 @@ static int mount_spawn(Mount *m, ExecCommand *c, pid_t *_pid) {
         if (r < 0)
                 return r;
 
-        manager_set_exec_params(UNIT(m)->manager, &exec_params);
         unit_set_exec_params(UNIT(m), &exec_params);
 
         r = exec_spawn(UNIT(m),