提交 9a286bb9 编写于 作者: O openeuler-ci-bot 提交者: Gitee

!14 ext_config_image don't need judge wheather be null

Merge pull request !14 from dingwei/master
......@@ -246,11 +246,6 @@ static struct bim *bim_get(const char *image_type, const char *image_name, const
}
if (ext_config_image != NULL) {
bim->ext_config_image = util_strdup_s(ext_config_image);
if (bim->ext_config_image == NULL) {
lcrd_append_error_message("Failed to dup external config image %s", bim->ext_config_image);
bim_put(bim);
return NULL;
}
}
if (container_id != NULL) {
bim->container_id = util_strdup_s(container_id);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册