提交 7b5f0a39 编写于 作者: O openeuler-ci-bot 提交者: Gitee

!141 iSulad: fix bug in merge env

Merge pull request !141 from lifeng_isula/master_fix_env
......@@ -74,7 +74,7 @@ static int oci_image_merge_env(const oci_image_spec_config *config, container_co
}
for (j = 0; j < container_spec->env_len; j++) {
custom_kv = util_string_split(container_spec->env[i], '=');
custom_kv = util_string_split(container_spec->env[j], '=');
if (custom_kv == NULL) {
continue;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册