提交 41ae1e4b 编写于 作者: D Dong Daxiang 提交者: GitHub

Merge pull request #385 from barrierye/bug-fix

Bug fix
......@@ -31,6 +31,8 @@ int EndpointConfigManager::create(const std::string& sdk_desc_str) {
LOG(ERROR) << "Failed reload endpoint config";
return -1;
}
return 0;
}
int EndpointConfigManager::create(const char* path, const char* file) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册