chiark / gitweb /
machinectl: show /etc/os-release information of container in status output
[elogind.git] / src / core / execute.c
index 1ea646334bce13edac6fb57567bc7a828fd77937..88d094e8cc49e4efef22c3113d0b60298c1eee6f 100644 (file)
@@ -2023,7 +2023,7 @@ int exec_context_load_environment(const ExecContext *c, char ***l) {
                         return -EINVAL;
                 }
                 for (n = 0; n < count; n++) {
-                        k = load_env_file(pglob.gl_pathv[n], NULL, &p);
+                        k = load_env_file(NULL, pglob.gl_pathv[n], NULL, &p);
                         if (k < 0) {
                                 if (ignore)
                                         continue;