未验证 提交 6c4d662e 编写于 作者: S stormgbs 提交者: GitHub

Merge pull request #145 from hustliyilin/lyl-sgx-tools

shim/runtime/config: Fix return value error in the GetEnv function
......@@ -81,7 +81,7 @@ func GetEnv(spec *specs.Spec, key string) (string, bool) {
}
return p[1], true
}
return "", true
return "", false
}
func UpdateEnclaveEnvConfig(cPath string) error {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册